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 72 of file slice.h.

72 {
73 // No bounds checking in embedded environment
74 return mData[index];
75 }
T * mData
Definition slice.h:144

References mData.