Crate vec_x

Source
Expand description

Provides a fixed-length array in which basic traits are implemented.

基本的なトレイトが実装されている固定長の配列を提供します。

Structs§

IndexedVecXIter
Iterator for IndexedVecXs. Returns the elements of IndexedVecXs in order.
IndexedVecXs
A structure representing a set of indexed VecX. It is indexed for unique VecX and 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.