mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
5133afbaf1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
7 lines
382 B
Text
7 lines
382 B
Text
Tanya is a general purpose library for D programming language.
|
|
|
|
Its aim is to simplify the manual memory management in D and to
|
|
provide a guarantee with @nogc attribute that there are no hidden
|
|
allocations on the Garbage Collector heap. Everything in the library
|
|
is usable in @nogc code. Tanya provides data structures and utilities
|
|
to facilitate painless systems programming in D.
|