dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
Edit
blob_model
Replace
interval
with
content
.
class
Edit {
Interval
interval
;
const
(
ubyte
)[]
content
;
this
(Interval r, const(ubyte)[] content);
this
(Interval r, string content);
}
Constructors
this
this
(Interval r, const(ubyte)[] content)
this
this
(Interval r, string content)
Undocumented in source.
Members
Variables
content
const
(
ubyte
)[]
content
;
Undocumented in source.
interval
Interval
interval
;
Undocumented in source.
Meta
Source
See Implementation
blob_model
classes
Blob
BlobEdit
BlobIdentifier
BlobVfs
Edit
functions
change
merge
overlaps
structs
Interval
Location
Offset
Uri
Replace interval with content.