FastLED 3.9.15
Loading...
Searching...
No Matches
span.h
Go to the documentation of this file.
1#pragma once
2
3#include "fl/slice.h"
4
5namespace fl {
6
7template<typename T>
8using span = Slice<T>;
9
10};
Slice< T > span
Definition span.h:8
IMPORTANT!
Definition crgb.h:20