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

◆ front() [2/2]

template<typename T, typename Allocator = fl::allocator<T>>
const T & fl::HeapVector< T, Allocator >::front ( ) const
inline

Definition at line 528 of file vector.h.

528{ return mArray[0]; }