Expand description
For when std is enabled
MacrosΒ§
- format π
- Creates a
Stringusing interpolation of runtime expressions.
FunctionsΒ§
- abs π
- Computes the absolute value
- ceil π
- Rounds up to the nearest whole number
- f32_max π
- Returns the largest of two f32 values
- f32_min π
- Returns the smallest of two f32 values
- floor π
- Rounds down to the nearest whole number
- new_
vec_ πwith_ capacity - Creates a new vector with the capacity for the specified number of items before it must be resized
- round π
- Rounds to the nearest whole number
- single_
value_ πvec - Creates a new vector with the capacity for the specified number of items before it must be resized
Type AliasesΒ§
- Children
Vec π - A vector of child nodes
- Default
Cheap πStr - The default type for representing strings in Taffy styles
- Grid
Track πVec - A vector of grid tracks
- Map π
- A map
- String π
- A string
- Vec π
- An allocation-backend agnostic vector type