Rename List.set_in_place to List.#setInPlace

This commit is contained in:
Richard Feldman 2020-03-11 20:53:06 -04:00
parent 21e4eb505a
commit a0c4e91792

View file

@ -608,7 +608,7 @@ define_builtins! {
2 LIST_ISEMPTY: "isEmpty"
3 LIST_GET: "get"
4 LIST_SET: "set"
5 LIST_SET_IN_PLACE: "set_in_place"
5 LIST_SET_IN_PLACE: "#setInPlace"
6 LIST_PUSH: "push"
7 LIST_MAP: "map"
8 LIST_LENGTH: "length"