Merge branch 'main' into list-walk-with-index-until

This commit is contained in:
Bryce Miller 2023-12-11 23:13:21 -05:00
commit 89febf52bc
No known key found for this signature in database
GPG key ID: F1E97BF8DF152350
24 changed files with 1105 additions and 1029 deletions

View file

@ -1488,6 +1488,7 @@ define_builtins! {
27 DICT_KEEP_IF: "keepIf"
28 DICT_DROP_IF: "dropIf"
29 DICT_RESERVE: "reserve"
30 DICT_RELEASE_EXCESS_CAPACITY: "releaseExcessCapacity"
}
9 SET: "Set" => {
0 SET_SET: "Set" exposed_type=true // the Set.Set type alias
@ -1514,6 +1515,7 @@ define_builtins! {
21 SET_DROP_IF: "dropIf"
22 SET_WITH_CAPACITY: "withCapacity"
23 SET_RESERVE: "reserve"
24 SET_RELEASE_EXCESS_CAPACITY: "releaseExcessCapacity"
}
10 BOX: "Box" => {
0 BOX_BOX_TYPE: "Box" exposed_apply_type=true // the Box.Box opaque type