Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 263 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 263 Bytes

TwoSidedVec crates.io

A vector that can grow both forwards and backwards.

It's effectively equivelant two seperate back and front vectors, with the back elements accessed by negative indexes.