File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ ###########################################
2+ # Syntax Coloring Map For List
3+ ###########################################
4+
5+ ###########################################
6+ # Datatypes (KEYWORD1)
7+ ###########################################
8+
9+ AbstractList KEYWORD1
10+ List KEYWORD1
11+ SingleLinkedList KEYWORD1
12+
13+ ###########################################
14+ # Methods and Functions (KEYWORD2)
15+ ###########################################
16+
17+ addAtIndex KEYWORD2
18+ remove KEYWORD2
19+ get KEYWORD2
20+ getValue KEYWORD2
21+ addLast KEYWORD2
22+ addFirst KEYWORD2
23+ add KEYWORD2
24+ addAll KEYWORD2
25+ toArray KEYWORD2
26+ getSize KEYWORD2
27+ isMutable KEYWORD2
28+ isEmpty KEYWORD2
29+ equals KEYWORD2
Original file line number Diff line number Diff line change 1+ name =List
2+ version =1.0.0
3+ author =Niklas Kaaf <
[email protected] >
4+ maintainer =Niklas Kaaf <
[email protected] >
5+ sentence =The Ultimate Collection of Lists
6+ paragraph =This library extends the Arduino Ecosystem by the functionality of different easy-to-use Lists for numerous purposes.
7+ category =Data Storage
8+ url =https://github.com/nkaaf/List
9+ architectures =*
10+ includes =List.hpp
You can’t perform that action at this time.
0 commit comments