isPureData.isPureData

Undocumented in source.
template isPureData(T)
enum isPureData = !hasUnsharedAliasing!T && !isArray!T;

Meta