Optional.undefined

Alias to make code working with undefined state more readable

struct Optional(T)
enum undefined = Optional!(T).init;

Meta