BlobVfs.change

Apply a stream of edits to a blob.

The edits are applied starting from index zero. If there for example are two edits for the same interval the second one will be applied on top of the first one.

  1. bool change(BlobIdentifier id, const(Edit)[] edits)
    class BlobVfs
    @safe pure nothrow
    bool
    change
    (,
    const(Edit)[] edits
    )
  2. bool change(BlobEdit be)
  3. bool change(Uri uri, const(Edit)[] edits)

Parameters

id BlobIdentifier

blob to change

edits const(Edit)[]

changes

Meta