fluid v0.7.0 (2024-10-02T21:53:39Z)
Dub
Repo
Rope.DiffRegion
fluid
rope
Rope
Undocumented in source.
struct
Rope
struct
DiffRegion {
size_t
start
;
Rope
first
;
Rope
second
;
bool
isSame
();
inout
(
Rope
)[
2
]
asArray
();
}
Alias This
asArray
Members
Functions
asArray
inout
(
Rope
)[
2
]
asArray
()
Undocumented in source. Be warned that the author may not have intended to support it.
isSame
bool
isSame
()
Returns true if the two compared ropes are identical.
Variables
first
Rope
first
;
Undocumented in source.
second
Rope
second
;
Undocumented in source.
start
size_t
start
;
Undocumented in source.
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