tern.typecons.common

General-purpose wrapper/construct types for interacting with types.

Members

Classes

BlackHole
class BlackHole(T)

Implements all functions of an abstract class with an default/empty function.

WhiteHole
class WhiteHole(T)

Implements all functions of an abstract class with an assert trap.

Functions

nullable
Nullable!T nullable(T val)

Helper function for creating a nullable.

nullable
Nullable!T nullable(NULL val)

Helper function for creating a nullable.

Structs

Nullable
struct Nullable(T)
Undocumented in source.
Range
struct Range(T)

Highly mutable range wrapper for working with any indexable or sliceable type.

Meta