SliceBuilder.Transaction

A slice building transaction.

Can be used to save and revert back to slice state.

struct SliceBuilder
struct Transaction {}

Constructors

this
this(SliceBuilder* builder)

Begins a transaction on a SliceBuilder object.

Members

Functions

commit
void commit()

Commit changes to the slice.

end
void end()

Destroy the transaction and revert it if it hasn't been committed yet.

Meta