Expand description
For when std
is enabled
Macrosยง
- format ๐
- Creates a
String
using 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