PRESET

set the preset value to a registered option

mixin template PRESET (
alias field
alias val
) {}

Members

Aliases

___FType___CMDLINE
alias ___FType___CMDLINE = typeof(field)
Undocumented in source.

Parameters

field

the option in the type of OptVal

val

the preset value

Meta