isUniNodeInnerType.isUniNodeInnerType

Undocumented in source.
template isUniNodeInnerType(T)
package
enum isUniNodeInnerType = isNumeric!TU || isBoolean!TU || is(TU == string) || isRawData!TU;

Meta