Headers.opCast

Converts to a D associative array, with at most one value per header. Warning: discards repeating headers!

  1. bool opCast()
  2. string[string] opCast()
    struct Headers
    const
    string[string]
    opCast
    (
    T
    )
    ()
    if (
    is(T == string[string])
    )
  3. string[][string] opCast()

Meta