MCPcopy Create free account
hub / github.com/FastLED/FastLED / array

Class array

src/fl/stl/span.h:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21template <typename T, fl::size INLINED_SIZE> using InlinedVector = VectorN<T, INLINED_SIZE>;
22
23template <typename T, fl::size N> class array;
24
25// Special value to indicate dynamic extent (runtime-determined size)
26constexpr fl::size dynamic_extent = fl::size(-1);

Callers 15

create_arrayMethod · 0.70
createArrayMethod · 0.70
getStateMethod · 0.50
getPlaylistConfigMethod · 0.50
paramsMethod · 0.50
addParamsMethod · 0.50
paramsMethod · 0.50
addParamsMethod · 0.50
convertMethod · 0.50
handleMethod · 0.50
methodsMethod · 0.50
toJsonMethod · 0.50

Calls

no outgoing calls

Tested by 1

emitJsonFunction · 0.40