isRawData.isRawData

Undocumented in source.
template isRawData(T)
package
enum isRawData = isArray!T && is(Unqual!(ForeachType!T) == ubyte);

Meta