Rope.opIndex

Slice the rope.

  1. Rope opIndex()
  2. char opIndex(size_t index)
  3. Rope opIndex(size_t[2] slice, string caller)
    struct Rope
    const nothrow
    opIndex
    (
    size_t[2] slice
    ,
    string caller = __PRETTY_FUNCTION__
    )

Meta