Resources.put

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void put(R items)
    struct Resources
    void
    put
    (
    R
    )
    ()
    if (
    isInputRange!R &&
    is(ElementType!R : const(char)[])
    )
  2. void put(const(char)[] item)
  3. void put(R items)
  4. void put(Resource item)

Meta