Module taffy::util::sys::std

source ยท
Expand description

For when std is enabled

Functionsยง

  • abs ๐Ÿ”’
    Computes the absolute value
  • f32_max ๐Ÿ”’
    Returns the largest of two f32 values
  • f32_min ๐Ÿ”’
    Returns the smallest of two f32 values
  • 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

Type Aliasesยง

  • ChildrenVec ๐Ÿ”’
    A vector of child nodes
  • GridTrackVec ๐Ÿ”’
    A vector of grid tracks
  • Vec ๐Ÿ”’
    An allocation-backend agnostic vector type