Open adam-wyluda opened 8 years ago
It should support following basic operations:
update
get
apply
contains
remove
foreach
map
mapValues
transform
transformValues
toMap
Implementation could use ideas from non/debox Map: https://github.com/non/debox/blob/master/src/main/scala/debox/Map.scala
It should support following basic operations:
update
- put element at given keyget
/apply
- return underlying value in an Optioncontains
remove
foreach
map
mapValues
transform
transformValues
toMap
Implementation could use ideas from non/debox Map: https://github.com/non/debox/blob/master/src/main/scala/debox/Map.scala