Rope.opAssign

Assign a new value to the rope.

  1. ref opAssign(char[] str)
    struct Rope
    ref return nothrow
    opAssign
    (
    const char[] str
    )
  2. ref opAssign(RopeNode* node)

Meta