Transaction.commit

Commit changes to the slice.

Ends the transaction - can only be called once, and removes the possibility to revert slice state.

Does nothing for a default-initialized transaction (the transaction has not been started yet).

struct Transaction
@safe pure nothrow @nogc
void
commit
()

Meta