Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 798 Bytes

CHANGELOG.md

File metadata and controls

24 lines (21 loc) · 798 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.0] - 2023-12-11

Added

  • Initial release
  • FixedIndexVec struct
  • FixedIndexVec::new() constructor
  • FixedIndexVec::push(value) method
  • FixedIndexVec::insert(value) method
  • FixedIndexVec::remove(index) method
  • FixedIndexVec::get(index) method
  • FixedIndexVec::iter() method
  • FixedIndexVec::len() method
  • FixedIndexVec::is_empty() method
  • FixedIndexVec::clear() method
  • FixedIndexVec::reset() method
  • FixedIndexVec::next_index() method
  • FixedIndexVec::first() method
  • FixedIndexVec::last() method