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

◆ front() [1/2]

template<typename T, size_t N>
T & fl::FixedVector< T, N >::front ( )
inline

Definition at line 274 of file vector.h.

274{ return memory()[0]; }
T * memory()
Definition vector.h:74