/array-helpers

Array helper classes and functions.

Primary LanguageC++MIT LicenseMIT

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.