Open XAMPPRocky opened 2 weeks ago
Currently the compiler always uses the SequenceOf type, but it should use different types if its sizes are restricted. Starting with if it has a fixed size it should use an array.
SequenceOf
Currently the compiler always uses the
SequenceOf
type, but it should use different types if its sizes are restricted. Starting with if it has a fixed size it should use an array.