SetInfo.opCall

Query method for the value with optional default initializer

struct SetInfo(T)
opCall
(
BaseType!(T) def = BaseType!(T).init
)

Parameters

def BaseType!(T)

the value that should be used when it was not found in the configuration

Meta