issues
search
thelang-io
/
the
The Programming Language
https://thelang.io
Apache License 2.0
44
stars
0
forks
source link
generics
#73
Open
delasy
opened
1 year ago
delasy
commented
1 year ago
Example:
obj Array<T> { data: T[] fn map<U> (iterator: (T) -> U) U[] }
Example: