Theme.setConstant

Sets Theme's constant to constant at name in type. Does nothing if Theme does not have type.

struct Theme
@nogc nothrow
void
setConstant
(
StringArg0
StringArg1
)
(
in StringArg0 name
,
in StringArg1 type
,
in long constant
)

Meta