TrueColorImage.Data

.

class TrueColorImage
nothrow @nogc
struct Data {
ubyte[] bytes;
}

Meta