des.stdx.pdata

Undocumented in source.

Members

Functions

pureConv
auto pureConv(immutable(void)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
pureDump
immutable(void)[] pureDump(T val)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

PData
struct PData

Templates

isPData
template isPData(T)

is a PData

isPureData
template isPureData(T)

isn't array and has no unshared aliasings

isPureType
template isPureType(T)

if T is array returns isPureType!(ForeachType!T), if T isn't array returns isPureData!T

Meta