fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Fuzion Library Modules
•
lock_free
•
container
•
set_of_hashable
☰
Modules
base
lock_free
terminal
universe (module lock_free)
|―
lock_free
| |―
map
| |―
Sieve_Cache
(1 arg)
| |―
stack
set_of_hashable
container
.
set_of_hashable
§
set_of_hashable
(K
type
, vs
choice (lock_free.map K unit) (Sequence K)
)
=>
container.this.Set K
[src]
set_of_hashable -- routine to initialize a set from a Sequence of hashable elements
This feature creates an instance of a Set.
Type Parameters
§
K
:
Any
[Private constructor]
[src]
This feature creates an instance of a Set.