issues
search
ruuda
/
rcl
A reasonable configuration language
https://rcl-lang.org
Apache License 2.0
197
stars
8
forks
source link
Add builtin methods for dict parts, and dict/set except
#20
Closed
ruuda
closed
10 months ago
ruuda
commented
10 months ago
Add
Dict.keys
,
Dict.values
,
Dict.except
, and
Set.except
.
Document them.
Confirm the fuzzer finds them (and it finds also non-empty results and non-trivial
.except
s).
Dict.keys
,Dict.values
,Dict.except
, andSet.except
..except
s).