DataElementType

Get the underlying type of a TData. (For Data, this will be ubyte.)

template DataElementType (
D
) if (
is(D == TData!T,
T
)
) {}

Members

Aliases

DataElementType
alias DataElementType = T
Undocumented in source.

Meta