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

◆ front() [2/2]

template<typename T>
const T & fl::HeapVector< T >::front ( ) const
inline

Definition at line 476 of file vector.h.

476{ return mArray[0]; }
fl::scoped_array< T > mArray
Definition vector.h:307