slackbuilds_ponce/development/tanya
Eugen Wissner 32fdec2206
development/tanya: Updated for version 0.15.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-02-08 08:29:08 +07:00
..
README
slack-desc
tanya.info development/tanya: Updated for version 0.15.0 2019-02-08 08:29:08 +07:00
tanya.SlackBuild development/tanya: Updated for version 0.15.0 2019-02-08 08:29:08 +07:00

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.