just before Num

This commit is contained in:
Folkert 2022-02-26 23:11:40 +01:00
parent c0d3543d5a
commit 65b1b3fcce
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
11 changed files with 976 additions and 90 deletions

View file

@ -267,7 +267,7 @@ impl<'a> LowLevelCall<'a> {
| ListSublist | ListDropAt | ListSwap | ListAny | ListAll | ListFindUnsafe
| DictSize | DictEmpty | DictInsert | DictRemove | DictContains | DictGetUnsafe
| DictKeys | DictValues | DictUnion | DictIntersection | DictDifference | DictWalk
| SetFromList => {
| SetFromList | SetToDict => {
todo!("{:?}", self.lowlevel);
}