SetInfo

Adds the information of whether the filler actually set the value or whether it was left untouched.

Members

Functions

opCall
BaseType!(T) opCall(BaseType!(T) def)

Query method for the value with optional default initializer

Mixins

__anonymous
mixin WrapperStructCore!(T)
Undocumented in source.

Variables

set
bool set;

Whether this value has been set

Parameters

T

the original type

Meta