Gets the value inside of a nullable type or fallback to a given value
Represents a non defined optional type
Represents a None type
Creates an optional type with a defined given value
Creates an optional type with a none
Creates an empty optional type
Creates an optional type with a defined given value
Creates an optional type with a none
Converts an optional type to a nullable type
Converts a input range into an optional type
Converts a nullable type to an optional type
A type with nothing inside used by Optional
Defines an optional type
Pattern matching for Nullable and Optional types
Date: 2018-2020
All rights reserved, Aurora Free Open Source Software
GNU Lesser General Public License (Version 3, 29 June 2007)
Extras to std.typecons
This file defines extra functions to std.typecons.