A set of utilities, neatly sorted in subpackages. Github mirror: https://github.com/Bithero-Agency/ninox.d-std.git
|
||
---|---|---|
packages | ||
source/ninox/std | ||
.gitignore | ||
LICENSE | ||
dub.json | ||
dub.selections.json | ||
readme.md |
readme.md
ninox-d_std
A set of utilities, packaged nicely into subpackages
License
The code in this repository is licensed under AGPL-3.0-or-later; for more details see the LICENSE
file in the repository.
Packages
optional
: Optionals in dlang;Optional!int.some(42)
orOptional!int.none()
.callable
: Wrapper struct to hold any function / delgate with easetraits
: Helpfull traits / templates to help in dlang development