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)
  2. bool change(BlobEdit be)
    class BlobVfs
    @safe pure nothrow
    bool
    change
    (
    const BlobEdit be
    )
  3. bool change(Uri uri, const(Edit)[] edits)

Meta