You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sentence=Bounds-safe wrapper for raw C++ arrays with utility functions.
paragraph=Wraps a raw C array to add bounds-checked access, min, max, sum, average, contains, indexOf, and fill. Supports range-based for loops. Useful for managing sensor readings and other collections on AVR and ARM Arduino boards.