TypeKind.SimpleInfo

Textual representation of simple types.

A simple type is one that do not need the features or distinction of the other infos.

The type 'const int x' would be:

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

Members

Variables

fmt
SimpleFmt fmt;

int %s

Meta