fuzion-lang.dev — The Fuzion Language Portal
Sign up
Fuzion
•
Fuzion Library Modules
•
API-Documentation: module
lock_free
☰
Modules
base
lock_free
nom
terminal
universe (module lock_free)
|―
lock_free
| |―
Map
| |―
Sieve_Cache
(1 arg)
| |―
stack
API-Documentation: module
lock_free
Constructors
§
array
(T
type
)
:
abstract_array T
is
[Private constructor]
[Module base]
[src]
§
array2
(T
type
)
:
array T
is
[Private constructor]
[Module base]
[src]
§
array3
(T
type
)
:
array T
is
[Private constructor]
[Module base]
[src]
§
container
:
Any
is
[Module base]
[src]
§
envir
:
Any
is
[Module base]
[src]
§
fuzion
:
Any
is
[Module base]
[src]
§
interval
(T
type
, from T, through
option T
, step T)
:
Set T
is
[Module base]
[src]
§
lock_free
:
Any
is
[src]
§
nom
:
Any
is
[Module nom]
[src]
§
Sequence
(T
type
)
ref
:
equatable
is
[Contains abstract features]
[Module base]
[src]
Choice Types
§
list
(A
type
)
:
choice nil, Cons A (list A)
,
Sequence A
[Module base]
[src]
§
option
(T
type
)
:
switch T, nil
,
monad T, option T
,
equatable
[Contains abstract features]
[Module base]
[src]
§
outcome
(T
type
)
:
switch T, error
,
monad T, outcome T
,
equatable
[Contains abstract features]
[Module base]
[src]
§
switch
(A
type
, B
type
)
:
choice A, B
,
Sequence A
[Module base]
[src]