laurelang
laurelang copied to clipboard
Feature: structure generics
$ structure {
string name;
'T' field1;
'T'[] field2;
}
linked feature: typespace declarations
maybe move everything to typespace declarations?
{'T'}:
$structure {
string name;
'T' field1;
'T'[] field2;
}.