rebindable.Nullable

A version of std.typecons.Nullable that reliably works with immutable data types.

Members

Structs

Nullable
struct Nullable(T)

A version of std.typecons.Nullable that reliably works with immutable data types.

Meta