Functions
fn isPrimitive(name: []const u8) bool
Returns true if a name matches a primitive type or value, excluding
_
. Intege…Returns true if a name matches a primitive type or value, excluding
_
. Integer type names likeu8
ori32
are only matched for syntax, so this will still return true when they have an oversized bit count or leading zeroes.