Post.params

Create T with the method params and the arguments. T(args, method.param)

  1. const(T) params(Args args)
    struct Post(Direction DIRECTION)
    const
    const(T)
    params
    (
    T
    Args...
    )
    (
    Args args
    )
  2. Document params()

Parameters

args Args

arguments to the

Return Value

Type: const(T)

the constructed T