No description
Find a file
2015-03-21 19:51:21 -07:00
source Removed binary files 2015-03-21 19:49:42 -07:00
tests Removed binary files 2015-03-21 19:49:42 -07:00
.gitignore Updated gitignore to match the new build system 2015-03-21 19:48:27 -07:00
license.txt First commit 2015-02-03 15:45:35 -08:00
optionals.nimble Separated tests from the main module 2015-03-20 11:41:04 -07:00
project Imported makedirs 2015-03-21 19:51:21 -07:00
readme.md Added a build script and changed the doc site 2015-03-21 14:17:34 -07:00

Optionals

The optionals module provides option types for representing entities whose value may be unknown or nonexistent.

Installation

Install with Nimble:

nimble install optionals

Usage

Please refer to the documentation here.