Consuming code is currently forced to annotate types for all literals
Given that Matrix, Vector and Number are necessary,
how much extra boilerplate and complexity is introduced by
UInt, SInt and Float versus u64 / i64 / f64?
Already spending the full 64 bits in memory via enums