Response.opApply

Support foreach(v; response)

  1. int opApply(int delegate(size_t, Response) dg)
  2. int opApply(int delegate(Response) dg)
    struct Response
    int
    opApply
    (
    int delegate() dg
    )

Meta