fluid.rope

Undocumented in source.

Members

Aliases

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

std.utf.codeLength implementation for Rope.

Structs

Rope
struct Rope

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

RopeNode
struct RopeNode
Undocumented in source.

Meta