A set of utilities, neatly sorted in subpackages. Github mirror: https://github.com/Bithero-Agency/ninox.d-std.git
Go to file
Mai Lapyst 82d6a40c79 Adding Optional.toString 2023-10-19 09:12:11 +02:00
packages Adding Optional.toString 2023-10-19 09:12:11 +02:00
source/ninox/std Rebrand project to ninox.d-std 2023-07-09 16:02:00 +02:00
.gitignore Rebrand project to ninox.d-std 2023-07-09 16:02:00 +02:00
LICENSE Initial commit 2023-04-20 12:59:52 +02:00
dub.json Add traits subpackage + BuildImportCodeForType 2023-10-01 19:21:44 +02:00
dub.selections.json Initial commit 2023-04-20 12:59:52 +02:00
readme.md Add traits subpackage + BuildImportCodeForType 2023-10-01 19:21:44 +02:00

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) or Optional!int.none().
  • callable: Wrapper struct to hold any function / delgate with ease
  • traits: Helpfull traits / templates to help in dlang development