9template <
typename T, fl::size N>
15template <
typename T, fl::size N>
21template <
typename Container>
22constexpr auto begin(Container& c) ->
decltype(c.begin()) {
27template <
typename Container>
28constexpr auto begin(
const Container& c) ->
decltype(c.begin()) {
33template <
typename Container>
34constexpr auto end(Container& c) ->
decltype(c.end()) {
39template <
typename Container>
40constexpr auto end(
const Container& c) ->
decltype(c.end()) {
A fixed-size array implementation similar to std::array.
constexpr T * begin(T(&array)[N]) FL_NOEXCEPT
Base definition for an LED controller.