Transaction.opCall

Operator overload for calling the transaction and committing it.

class Transaction(T)
final
void
opCall
(
Snapshot!T snapshot
)
if (
is(T == struct) ||
isScalarType!T
)

Meta