6.2.901.900
kw-make-struct
(require kw-make-struct) | package: kw-make-struct |
source code: https://github.com/AlexKnauth/kw-make-struct
syntax
(make/kw struct-id field ...)
(make/kw struct-id field-pat ...)
field = expr | field-keyword expr field-pat = pat | field-keyword pat
like make from unstable/struct, except allowing keywords.
make/kw is also defined as a match expander.
Examples: | |||||||||||||||||||
|