Primitives

Handy mixin for all dclass primitives.

enum Primitives = ` mixin(intTypes); mixin(floatTypes); mixin(blobTypes); `;

Meta