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