| 564 | FASTLED_FORCE_INLINE T update(fl::span<const T> values) { return mImpl.update(values); } |
| 565 | FASTLED_FORCE_INLINE T value() const { return mImpl.value(); } |
| 566 | FASTLED_FORCE_INLINE void reset() { mImpl.reset(); } |
| 567 | FASTLED_FORCE_INLINE bool full() const { return mImpl.full(); } |
| 568 | FASTLED_FORCE_INLINE fl::size size() const { return mImpl.size(); } |
| 569 | FASTLED_FORCE_INLINE fl::size capacity() const { return mImpl.capacity(); } |