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

◆ operator[]() [2/2]

template<typename T>
T & fl::vector< T >::operator[] ( fl::size index)
inline

Definition at line 605 of file vector.h.

605 {
606 return static_cast<T*>(mArray)[index];
607 }