methodCall

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto methodCall(ParentType!METHOD* instance, ParameterTypeTuple!METHOD args)
    methodCall
    (
    alias METHOD
    )
    (,
    ParameterTypeTuple!METHOD args
    )
    if (
    is(ParentType!METHOD == struct)
    )
  2. auto methodCall(ParentType!METHOD instance, ParameterTypeTuple!METHOD args)

Meta