nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
weak_stack
nulib
collections
stack
A stack which does not own the memory it contains.
alias
weak_stack
(
T
)
=
StackImpl
!(
T
, false)
Meta
Source
See Implementation
nulib
collections
stack
aliases
stack
weak_stack
structs
StackImpl
A stack which does not own the memory it contains.