laurelang icon indicating copy to clipboard operation
laurelang copied to clipboard

Feature: structure generics

Open timoniq opened this issue 3 years ago • 1 comments

$ structure {
string name;
'T' field1;
'T'[] field2;
}

timoniq avatar Aug 24 '22 06:08 timoniq

linked feature: typespace declarations

maybe move everything to typespace declarations?

{'T'}: 
    $structure {
        string name;
        'T' field1;
        'T'[] field2;
    }.

timoniq avatar Jan 03 '23 12:01 timoniq