mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
10 lines
187 B
Markdown
10 lines
187 B
Markdown
# adt
|
|
|
|
A library providing common ADTs (Abstract Data Type) implementations which have proved useful in a
|
|
great variety of applications.
|
|
|
|
## implementations
|
|
|
|
- [x] Stack (LIFO)
|
|
- [ ] ...
|