TypeKind.PrimitiveInfo

Represent a primitive type.

Similar to a SimpleInfo but used to distinguish primitive types from "other" simple representations.

The type 'int x' would be:

struct TypeKind
pure @safe nothrow @nogc static
struct PrimitiveInfo {}

Members

Variables

fmt
SimpleFmt fmt;

int %s

Meta