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

mapOf

🌌mapOf

§  mapOf(K (ordered mapOf.K).
type
, V 
type
, ks array mapOf.K, vs array mapOf.V)
 => 
map mapOf.K mapOf.V
:
Object 

mapOf -- routine to initialize a map from arrays of ordered elements
and values

This feature creates an instance of a map.