Skip to content

Releases: sunsided/default-option-arr

0.2.0

06 Jul 22:30
fe9d6b7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.1...v0.2.0

0.1.0

27 May 19:44
4bb26be

Choose a tag to compare

To use it in your project, add:

[dependencies]
default-option-arr = "0.1.0"

Changes since the start

Added

  • Added none_arr! to create [None; N] for any Option<T>.
  • Added none_cell_arr! to create [None; N] for any None<Option<T>>.
  • Added none_refcell_arr! to create [None; N] for any RefCell<Option<T>>.