fn canParseType(T: type) bool
fn canParseType(T: type) bool { comptime return canParseTypeInner(T, &.{}, false); }