Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add utilities for mutating, concatenating, creating vectors | Dan Goodliffe | 2023-02-01 |
| | |||
* | Add a concept for sequential collections suitable for passing to OpenGL | Dan Goodliffe | 2023-01-02 |
| | |||
* | Allow operator*= on spans, not just arrays | Dan Goodliffe | 2022-12-30 |
| | |||
* | Add helper to produce cartesian product of two arrays | Dan Goodliffe | 2022-12-29 |
| | |||
* | constexpr collections helpers | Dan Goodliffe | 2022-12-29 |
| | |||
* | Add two new array helpers | Dan Goodliffe | 2022-12-28 |
| | | | | | * create a new array from an old one and a mutation * mutate all the members of an existing array | ||
* | Helper operator+ to join arrays | Dan Goodliffe | 2022-12-18 |