Array helper classes and functions

https://img.shields.io/github/last-commit/jfjlaros/array-helpers.svg https://github.com/jfjlaros/array-helpers/actions/workflows/arduino-package.yml/badge.svg https://readthedocs.org/projects/simplerpc/badge/?version=latest https://img.shields.io/github/release-date/jfjlaros/array-helpers.svg https://img.shields.io/github/release/jfjlaros/array-helpers.svg https://www.ardu-badge.com/badge/array-helpers.svg https://img.shields.io/github/languages/code-size/jfjlaros/array-helpers.svg https://img.shields.io/github/languages/count/jfjlaros/array-helpers.svg https://img.shields.io/github/languages/top/jfjlaros/array-helpers.svg https://img.shields.io/github/license/jfjlaros/array-helpers.svg

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.