nyinaa

Nyinaa (meaning "all" or "everything" in Twi language) is an all-in-one collection of reusable functions & utilities (timers, validators, sanitizers, ranges, logging, ...)

Some of these utility function were gathered from random places including the D forum. Authors are unknown.

Its goal is to provide convenience function commonly used when developing applications such a web development, desktop application and the like. Many functions are not implemented yet. If you want something that is not already available, please submit a pull request OR file an issue at https://github.com/aberba/nyinaa/issues

Modules

image
module nyinaa.image
Undocumented in source.
range
module nyinaa.range

Handy functions for use in range related tasks

sanitizers
module nyinaa.sanitizers
Undocumented in source.
timers
module nyinaa.timers
Undocumented in source.
validators
module nyinaa.validators
Undocumented in source.

Public Imports

nyinaa.image
public import nyinaa.image;
Undocumented in source.
nyinaa.range
public import nyinaa.range;
Undocumented in source.
nyinaa.timers
public import nyinaa.timers;
Undocumented in source.
nyinaa.sanitizers
public import nyinaa.sanitizers;
Undocumented in source.
nyinaa.validators
public import nyinaa.validators;
Undocumented in source.

Meta