Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Map

lock_free.Map

(CTK 
type
:
property.hashable, CTV 
type
)
 ref
:
Mutable_Map CTK, CTV
 is
[Private constructor]
the ctrie

Type Parameters

Fields

read_only
 bool

Functions

create an immutable copy of this mutable map
(k CTK)
 => 
option CTV
[Redefinition of  container.Mutable_Map.get]
lookup key k
a snapshot of the ctrie as sequence auf key-value tuples
(k CTK, v CTV)
 => 
unit
[Redefinition of  container.Mutable_Map.put]
add key value
if key is already present value is updated
remove key from ctrie
the size of the ctrie
take a snapshot of the ctrie

Type Features

initialize a new ctrie
0.099dev (GIT hash 02118e9cbed77f3897084a4a507da3f11ac8881e)
last changed: 2026-09-02