Tag.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opBinary(typeof(null) )
  2. void opBinary(T content)
  3. void opBinary(InterpolationHeader , Ts text)
    struct Tag
    static if(withInterpolation)
    void
    opBinary
    (
    string op : "~"
    Ts...
    )
    (
    InterpolationHeader
    ,
    Ts text
    )
  4. void opBinary(void delegate() @(safe) builder)
  5. void opBinary(void delegate() @(system) builder)

Meta