inline fn canSerializeType(T: type) bool
inline fn canSerializeType(T: type) bool { comptime return canSerializeTypeInner(T, &.{}, false); }