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

◆ operator<=() [2/2]

bool fl::span< T, Extent >::operator<= ( const span< T, Extent > & other) const
inline

Definition at line 532 of file span.h.

532 {
533 return !(other < *this);
534 }