fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Library Modules
•
lock_free
•
lock_free
•
stack
»
Modules
base
clang
http
lock_free
nom
terminal
uuid
wolfssl
universe (module lock_free)
└─
lock_free
├─
Map
├─
Sieve_Cache
(1 arg)
└─
stack
stack
lock_free
.
stack
stack
(T
type
:
Type
)
:
Stack T
is
¶
[src]
lock-free stack using compare_and_set
invented by R. Kent Treiber
Type Parameters
T
¶
[src]
Functions
peek
=>
option T
[Redefinition of
container.Stack.peek
]
¶
[src]
peek at the top element from the stack
redefines:
container.Stack.peek
pop
=>
option T
[Redefinition of
container.Stack.pop
]
¶
[src]
pop an element from the stack
redefines:
container.Stack.pop
push
(e T)
=>
unit
[Redefinition of
container.Stack.push
]
¶
[src]
push an element to the stack
redefines:
container.Stack.push
0.095dev (2025-08-15 12:02:22 GIT hash 301b5b75e77076d091b38f555473f9f0e31e5b5c built by fridi@fzen)
last changed: 2025-08-15
invented by R. Kent Treiber