nxt.notnull

Undocumented in source.

Members

Functions

assumeNotNull
NotNull!T assumeNotNull(T t)

A convenience function to construct a NotNull value from something t you know isn't null.

enforceNotNull
NotNull!T enforceNotNull(T t)

A convenience function to check for null t.

Structs

NotNull
struct NotNull(T)

An of a reference type T never being null.

Meta