fluid v0.7.0 (2024-10-02T21:53:39Z)
Dub
Repo
Rope.this
fluid
rope
Rope
Create a rope from given node.
this
(const(char)[] text)
this
(Rope left, Rope right)
this
(inout(RopeNode)* node)
struct
Rope
inout pure nothrow
this
(
const
inout
(
RopeNode
)*
node
)
this
(Rope rope)
Meta
Source
See Implementation
fluid
rope
Rope
constructors
this
functions
back
byDchar
byNode
column
countCharacters
diff
empty
front
insert
isBalanced
isLeaf
leafFrom
left
lineByIndex
lineEndByIndex
lineStartByIndex
opAssign
opBinary
opBinaryRight
opDollar
opEquals
opIndex
opOpAssign
opSlice
popBack
popFront
rebalance
replace
right
save
split
toHash
toString
toStringz
toStringzMutable
value
static functions
merge
structs
DiffRegion
variables
depth
length
node
start
Create a rope from given node.