Module starlark_map::vec2

source ·
Expand description

A Vec<(A, B)> like object which stores A and B separately.

Structs§

  • Iterator which consumes the Vec2.
  • Iterator over Vec2 elements.
  • Array of pairs (A, B), where A and B are stored separately. This reduces memory consumption when A and B have different alignments.