FastLED 3.9.15
Loading...
Searching...
No Matches

◆ begin() [1/2]

template<typename T, fl::size N>
const_iterator fl::FixedVector< T, N >::begin ( ) const
inline

Definition at line 394 of file vector.h.

394{ return &memory()[0]; }
T * memory() FL_NOEXCEPT
Definition vector.h:90