UnderscoreOpDispatcher.opDispatch

Mutator.

  1. auto ref opDispatch(T value)
    mixintemplate UnderscoreOpDispatcher()
    ref
    opDispatch
    (
    string var
    T
    )
    ()
  2. auto opDispatch()

Parameters

var

The variable name to set.

value T

The value to set the variable to.

Return Value

Type: auto ref

A reference to the object which this is mixed into.

Meta