Module tinyvec::tinyvec

source ·

Structs

Enums

  • A vector that starts inline, but can automatically move to the heap.
  • Draining iterator for TinyVecDrain
  • Iterator for consuming an TinyVec and returning owned elements.