1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/adt/README.md

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)
  • ...