fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Library Modules
•
Open_Types
»
Modules
base
clang
crypto
database
http
lock_free
mail
nom
sodium
sqlite
terminal
uuid
web
wolfssl
universe (module lock_free)
└─
lock_free
├─
Map
├─
Sieve_Cache
(1 arg)
└─
stack
Open_Types
Open_Types
Open_Types
ref
:
Types
is
[Private constructor]
[Module base]
¶
[src]
Open_Types -- parent feature of type used for open types
This is the parent feature of the result type of open type parameters
such as `choice..CHOICE_ELEMENT_TYPE`.
The Open_Types value inherits from `Types` permitting access to
the individual types.
Functions
group_hashable_by
(K
type
:
property.hashable
, f
Unary K T
)
=>
container.Map K (Sequence T)
[Inherited from
Sequence
]
¶
[src]
group the elements of this sequence by a key of type K
f determines the key of an element
0.095dev (GIT hash 5a97c5766ea04e5412cbfaed4c53658737cd2e4b)
This is the parent feature of the result type of open type parameters
such as `choice..CHOICE_ELEMENT_TYPE`.
The Open_Types value inherits from `Types` permitting access to
the individual types.