optionals

Option types

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install optionals
choosenim install optionals
git clone https://github.com/MasonMcGill/optionals.git

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
optionals - - - - - - -

Source

Repository https://github.com/MasonMcGill/optionals.git
Homepage https://github.com/MasonMcGill/optionals
Registry Source nimble_official

README

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.