gfx.core.typecons

Undocumented in source.

Members

Enums

none
eponymoustemplate none(T)

symbolic value that constructs an Option in none state

Functions

option
auto option(R input)
Undocumented in source. Be warned that the author may not have intended to support it.
some
Option!T some(T val)

constructs an option from a value

trans
auto trans(T from, T to)

Transition build helper

Structs

Option
struct Option(T)
Undocumented in source.
Trans
struct Trans(T)

A transition from one state to another

Templates

isNullAssignable
template isNullAssignable(T)

template that resolves to true if an object of type T can be assigned to null

Meta