Ett.this

Represent a template with multiple parameters.

  1. this(string tmpl_, string params)
  2. this(string tmpl_, T args)
    struct Ett
    pure nothrow
    this
    (
    T...
    )
    (
    string tmpl_
    ,
    auto ref T args
    )
    if (
    args.length > 1
    )

Meta