Arrays with constant time indexing and slicing

This commit is contained in:
Nathan McCarty 2025-01-23 04:18:32 -05:00
parent 49525e43a1
commit 6d130cdc3b
3 changed files with 544 additions and 0 deletions

View file

@ -51,6 +51,11 @@ solution.
Provide views that enable recursively pattern matching numbers as lists of
digits, in both ascending and descending order of significance.
- [Array](src/Array.md)
Provider wrappers over the standard library `IOArray` type to make them more
ergonomic to use.
## Index of years and days
- 2015