FastLED 3.9.15
Loading...
Searching...
No Matches

◆ InsertResult

Enumerator
kInserted 
kExists 
kMaxSize 

Definition at line 10 of file insert_result.h.

10 {
11 kInserted = 0,
12 kExists = 1,
13 kMaxSize = 2,
14};
@ kMaxSize
@ kExists
@ kInserted