Response.opCast

Allows casting a Response to (u)byte[]

  1. T opCast()
  2. C[] opCast()
    struct Response
    C[]
    opCast
    (
    C : C[]
    )
    (
    )
    if (
    is(C == byte) ||
    is(C == ubyte)
    )

Meta