A set of utilities, packaged nicely into subpackages
The code in this repository is licensed under AGPL-3.0-or-later; for more details see the LICENSE
file in the repository.
-
optional
: Optionals in dlang;Optional!int.some(42)
orOptional!int.none()
. -
callable
: Wrapper struct to hold any function / delgate with ease -
string
: String utilities and algorithms -
traits
: Helpfull traits / templates to help in dlang development -
variant
: Variants to hold arbitary data