-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Collections module
Jim Mussared edited this page Aug 31, 2022
·
1 revision
-
built-in
- deque (fast, very incomplete)
- namedtuple
- OrderedDict
-
micropython-lib
- defaultdict
- deque (slow, more complete)
- Not implemented yet