borrow-cpp icon indicating copy to clipboard operation
borrow-cpp copied to clipboard

Implemented `Rc` and `Arc`

Open ttzytt opened this issue 1 year ago • 0 comments

  • Implemented Rc and Arc
  • Changed file organization to include an external library and example folder for Rc and Arc.
  • Might need to provide more robust tests for the newly-implemented Rc and Arc in the future.
  • Changed some naming and APIs for RefCell according to the Rust documentation.

ttzytt avatar Aug 16 '24 18:08 ttzytt