dextool v3.1.0 (2021-05-10T21:15:40Z)
Dub
Repo
Blob
blob_model
A uniquely identifiable blob and its content.
class
Blob :
BlobIdentifier
{
const
(
ubyte
)[]
content
;
this
(Uri uri, const(ubyte)[] content);
this
(Uri uri, string content);
}
Constructors
this
this
(Uri uri, const(ubyte)[] content)
Undocumented in source.
this
this
(Uri uri, string content)
Undocumented in source.
Members
Variables
content
const
(
ubyte
)[]
content
;
Undocumented in source.
Inherited Members
From BlobIdentifier
uri
Uri
uri
;
Undocumented in source.
Meta
Source
See Implementation
blob_model
classes
Blob
BlobEdit
BlobIdentifier
BlobVfs
Edit
functions
change
merge
overlaps
structs
Interval
Location
Offset
Uri
A uniquely identifiable blob and its content.