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 540 of file span.h.

540 {
541 return !(*this < other);
542 }