asoffer / Icarus

An experimental general-purpose programming language
Apache License 2.0
9 stars 2 forks source link

Provide a way to extract the data type out of an array type. #24

Closed asoffer closed 3 years ago

asoffer commented 3 years ago

Currently for array types one can access the length by [3; int64].length. We should provide a similar mechanism for the data type.