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

Method begin

src/fl/gfx/corkscrew.h:182–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 // STL-style container interface
181 fl::size size() const;
182 iterator begin() { return iterator(this, 0); }
183 iterator end() { return iterator(this, size()); }
184
185 // Non-essential API - Lower level access

Callers 2

onQueuingDoneMethod · 0.45
getMaxBytesInStripMethod · 0.45

Calls 1

iteratorClass · 0.70

Tested by

no test coverage detected