ElemInfo

Description for untyped arrays with multidimension elements

Constructors

this
this(size_t comp, DataType type = DataType.RAWBYTE)
this
this(in ElemInfo ei)

Members

Properties

bpe
size_t bpe [@property getter]

bytes per element

typeSize
size_t typeSize [@property getter]

size of component

Static functions

fromType
ElemInfo fromType()

get ElemInfo from type

Variables

comp
size_t comp;

count of components in element

type
DataType type;

type of one component

Meta