Key deletion syntax for maps #101
Labels
feature: maps
The map datatype and operations on it
kind: language feature
Intent to add a language feature
Milestone
Let's say we a have a map
m: map<Int, Int>
. To remove a keyk
from it, one needs to dom.set(k, null)
.This issue proposes to add some syntactic sugar for this map operation.
The exact syntax is to be defined.
The text was updated successfully, but these errors were encountered: