Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 701 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 701 Bytes

C++ data structures.

See synopsis.hpp for the API.

TODO

  • Add random access operations to strided_iterator
  • Add repeat, subspan, every_nth for strided
  • Consider making strided convertible to/from std::span when appropriate