Transaction.this

Begins a transaction on a SliceBuilder object.

The transaction must end after any transactions created within the transaction but before the slice is finish()-ed. A transaction can be ended either by commit()-ing or reverting through the destructor.

Saves the current state of a slice.

struct Transaction
@safe pure nothrow @nogc
this

Meta