Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@KDFJW KDFJW released this 14 Apr 19:18
1d3dc82

Added

  • PtrCell::swap: Method for swapping the values of two cells
  • PtrCell::{set, set_ptr}: Methods for overwriting the cell's value
  • A section discussing the pointer API of PtrCell to the cell's documentation
  • A note on the safety of PtrCell::replace_ptr

Changed

  • Clarified the purpose of PtrCell::map_owner a bit