MaybeNullElement

An option type that propagates null. See: Element.optionSelector

Constructors

this
this(SomeElementType ele)
Undocumented in source.

Alias This

element

Allows implicit casting to the wrapped element.

Members

Functions

opDispatch
auto opDispatch(T args)

Forwards to the element, wit a null check inserted that propagates null.

Variables

element
SomeElementType element;
Undocumented in source.

Meta