This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
v1.3.0 to convert to h-only style and to optimize code by using passing by `reference` instead of by `value`
LatestReleases v1.3.0
- Convert to
h-only
style. - Add example multiFileProject to demo for multiple-file project
- Optimize code by using passing by
reference
instead of byvalue