ParameterTupleOf

Undocumented in source.
  1. template ParameterTupleOf(Fn)
  2. template ParameterTupleOf(alias fn)
    deprecated
    template ParameterTupleOf (
    alias fn
    ) {}

Members

Aliases

ParameterTupleOf
deprecated alias ParameterTupleOf = ParameterTupleOf!(typeof(fn))
Undocumented in source.

Meta