Expand description
Provides a fixed-length array in which basic traits are implemented.
基本的なトレイトが実装されている固定長の配列を提供します。
Structs§
- Indexed
VecX Iter - Iterator for
IndexedVecXs. Returns the elements ofIndexedVecXsin order. - Indexed
VecXs - A structure representing a set of indexed
VecX. It is indexed for uniqueVecXand can efficiently handle sets of VecX in some use cases. - VecX
- A structure representing a fixed-length array of arbitrary elements and arbitrary length. Since it was created primarily to represent mathematical vectors and colors, it supports four arithmetic operations.