Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ begin
Method
begin
src/fl/stl/deque.h:373–375 ·
view source on GitHub ↗
Iterators
Source
from the content-addressed store, hash-verified
371
372
// Iterators
373
iterator begin() {
374
return iterator(this, 0);
375
}
376
377
const_iterator begin() const {
378
return const_iterator(this, 0);
Callers
nothing calls this directly
Calls
2
iterator
Class · 0.70
const_iterator
Class · 0.70
Tested by
no test coverage detected