Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
»

put

container.Persistent_Map.put

(k container.Persistent_Map.K, v container.Persistent_Map.V)
 => 
container.Persistent_Map container.Persistent_Map.K container.Persistent_Map.V
[Abstract feature]
[Contains abstract features]
returns a new Persistent_Map
which contains all entries of the
current Map and k,v.
An already existing k will be replaced.
0.094dev (2025-06-18 15:08:51 GIT hash 89cffc23ae669b0898a5564fefbf793fcb8e5ca7 built by fridi@fzen)