fluid.rope

Undocumented in source.

Members

Aliases

codeLength
alias codeLength(T : Rope) = imported!"std.utf".codeLength!char

std.utf.codeLength implementation for Rope.

Structs

BasicRopeRange
struct BasicRopeRange

A wrapper over Range which disables slicing. Some algorithms assume slicing is faster than regular range access, but it's not the case for Rope.

Rope
struct Rope

Rope implementation, providing more efficient modification if there's lots of text.

RopeNode
struct RopeNode
Undocumented in source.

Meta