Skip to content

Commit

Permalink
std: remove BoundedArray
Browse files Browse the repository at this point in the history
All of the places this data structure was used were improved by not
using this data structure.

Furthermore, I don't like it. So now it's gone.

If you want to continue using it, copy it into your project, or
collaborate to maintain it as a package and add it as a dependency to
your project.

Otherwise, use ArrayList, or slices and arrays directly, which ends up
being more ergonomic anyway.
  • Loading branch information
andrewrk committed Nov 22, 2023
1 parent b7f58eb commit eeb07cb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 479 deletions.
Loading

0 comments on commit eeb07cb

Please sign in to comment.