Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.94 KB

README.rst

File metadata and controls

40 lines (32 loc) · 1.94 KB

Array helper classes and functions

https://readthedocs.org/projects/simplerpc/badge/?version=latest

This library provides a number of helper classes and functions to ease working with arrays.

Features:

  • arraySize -- replacement for std::size [1].
  • Span -- replacement for std::span [2].

Please note that most if not all of these features will become obsolete once the Arduino tool chain migrates to C++20.