FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Utilities to convert arrays into an iterable (usable if for x: list
construct).
More...
#include <stddef.h>
#include <stdint.h>
#include "initializer_list.h"
Go to the source code of this file.
Classes | |
class | utils::range< T > |
Iterable class that can embed arrays or initializer lists through implicit conversion. More... | |
Namespaces | |
namespace | utils |
Contains all generic utility methods. | |
Utilities to convert arrays into an iterable (usable if for x: list
construct).
Definition in file iterator.h.