ggmath

Module vector

Source
Expand description

Staticly-lengthed vectors of scalars with lengths between 2 and 4.

Modules§

Macros§

Structs§

  • Count of scalars that may or may not be a VecLen.
  • See VecAlignment. ensures that the vector is aligned to [T; N]’s size.
  • See VecAlignment. ensures that the vector has the same type-layout as [T; N].
  • The only vector type. Statically-lengthed vector generic over N (length), T (scalar type), and A (alignment??).

Enums§

Traits§

  • Sealed trait for the alignment rules of a vector.
  • Sealed trait for ScalarCounts that are valid as vector lengths.

Functions§

Type Aliases§