This repository was archived by the owner on Feb 4, 2023. It is now read-only.
v1.0.1 to fix warnings, to optimize library code by using `reference-passing` instead of `value-passing`
Releases v1.0.1
- Fix
Library Managerwarnings - Suppress all
compiler warnings - Optimize library code by using
reference-passinginstead ofvalue-passing