Recorder.insert

Undocumented in source. Be warned that the author may not have intended to support it.
  1. const(Archive) insert(Document doc, Archive.Type type)
  2. const(Archive) insert(T pack, Archive.Type type)
  3. void insert(Archive archive)
  4. void insert(R range, Archive.Type type)
    class Recorder
    @trusted
    void
    insert
    (
    R
    )
    if (
    (isInputRange!R) &&
    (
    is(ElementType!R : const(Document)) ||
    isHiBONRecord!(ElementType!R)
    )
    )
  5. void insert(Recorder r)

Meta