typst_
shim
0.13.24
Module unsync
Module Items
Structs
In typst_
shim::
utils::
once_
cell
typst_shim
::
utils
::
once_cell
Module
unsync
Copy item path
Expand description
Single-threaded version of
OnceCell
.
Structs
ยง
Lazy
A value which is initialized on the first access.
Once
Cell
A cell which can be written to only once. It is not thread safe.