SpacetimeDB
SpacetimeDB copied to clipboard
Remove `BuiltinType` in favor of variants directly in `AlgebraicType`
In other words, move all variants from BuiltinType to AlgebraicType and remove the former enum.
This should make AlgebraicType smaller, hopefully.
Affects the BSATN encoding of AT so this is a breaking ABI change.
SpacetimeDB part of this is https://github.com/clockworklabs/SpacetimeDB/pull/379.