Variable NeatTypesConst

NeatTypes: {
    Bool: typeof Bool;
    Float32: typeof Float32;
    Float64: typeof Float64;
    Int: typeof Int;
    Nil: typeof Nil;
    Pointer: typeof Pointer;
    Str: typeof Str;
    Wildcard: typeof Wildcard;
}

Type declaration