fluid v0.7.0-alpha.2 (2024-04-29T12:02:43Z)
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
depth
diff
empty
front
insert
isLeaf
leafFrom
left
lineByIndex
lineEndByIndex
lineStartByIndex
opAssign
opBinary
opBinaryRight
opDollar
opEquals
opIndex
opOpAssign
opSlice
popBack
popFront
replace
right
save
split
toHash
toString
value
structs
DiffRegion
variables
length
node
start