Skip to content

Bithero-Agency/ninox.d-std

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • string: String utilities and algorithms
  • traits: Helpfull traits / templates to help in dlang development
  • variant: Variants to hold arbitary data