Get the size of this set @return the size of the set, in number of LEDs
| 127 | /// Get the size of this set |
| 128 | /// @return the size of the set, in number of LEDs |
| 129 | int size() { return fl::abs(len); } |
| 130 | |
| 131 | /// Whether or not this set goes backwards |
| 132 | /// @return whether or not the set is backwards |