Skip to main content

package

utils

Implements the utils package.

Modules

  • index: Implements StaticIntTuple which is commonly used to represent N-D indices.
  • inlined_string: Implements a string that has a small-string optimization which avoids heap allocations for short strings.
  • loop: Implements higher-order functions.
  • static_tuple: Implements StaticTuple, a statically-sized uniform container.
  • stringref: Implements the StringRef class.
  • variant: Defines a Variant type.