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

◆ front() [1/2]

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

Definition at line 313 of file vector.h.

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