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

hash_map

container.hash_map

§
(HK 
type
, V 
type
, ks array HK, vs array V)
:
Map HK, V
 is
  
[Contains abstract features]

Type Parameters

Functions

§
(LM 
type
)
 => 
container.Mutable_Map container.Map.K container.Map.V  
[Inherited from  Map]
  
[Abstract feature]
§
 => 
String  
[Inherited from  Map]

redefines:

§
 => 
Type  
[Inherited from  Any]
§
(k container.Map.K)
 => 
bool  
[Inherited from  Map]
§
(k container.hash_map.HK)
 => 
option container.hash_map.V  
[Redefinition of  container.Map.index [ ]]
§
 => 
Sequence container.Map.K  
[Inherited from  Map]
§
 => 
String  
[Inherited from  Any]
§
 => 
i32  
[Redefinition of  container.Map.size]

redefines:

§
 => 
Sequence container.Map.V  
[Inherited from  Map]

Type Functions

§
 => 
String  
[Inherited from  Type]

redefines:

§
 => 
Type  
[Inherited from  Type]

redefines:

§
(T 
type
)
 => 
bool  
[Inherited from  Type]
§
 => 
String  
[Inherited from  Type]
§
 => 
String  
[Inherited from  Type]

redefines:

§
 => 
Type  
[Inherited from  Any]