isLEB128Basic

Undocumented in source. Be warned that the author may not have intended to support it.
@safe @nogc pure nothrow
bool
isLEB128Basic

Examples

with (Type) {
    static assert(!isHiBONBaseType(NONE));
    static assert(!isHiBONBaseType(DEFINED_ARRAY));
    static assert(!isHiBONBaseType(DEFINED_NATIVE));
    static assert(!isHiBONBaseType(VER));
}

Meta