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

◆ operator[]() [1/2]

template<typename T>
T & fl::Slice< T >::operator[] ( size_t index)
inline

Definition at line 32 of file slice.h.

32 {
33 // No bounds checking in embedded environment
34 return mData[index];
35 }
T * mData
Definition slice.h:125

References mData.