1.19.19
andrew-johnson-4
released this
23 Nov 01:50
·
421 commits
to main
since this release
Features:
- LSTS syntax destructure structured data
- destructure by field-name
match term {
TermCase { field-name=field-name, field2-name=field2-name } => print(field-name);
}