None

A type with nothing inside used by Optional

This type is useful to represent empty data from an optional type, instead of doing payload allocation.

@safe pure nothrow @nogc
struct None {}

Members

Functions

toString
string toString()

Converts type None to string

Meta