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

◆ front() [1/2]

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

Definition at line 526 of file vector.h.

526{ return mArray[0]; }