Module prelude

Source
Expand description

The prelude of the Typst module.

Macros§

eco_format
Create a new EcoString from a format string.
eco_vec
Create a new EcoVec with the given elements.

Structs§

EcoString
An economical string with inline storage and clone-on-write semantics.
EcoVec
An economical vector with clone-on-write semantics.
Prehashed
A wrapper type with precomputed hash.