Snapshot.prev

Rolls back a specific amount of states.

  1. void prev()
  2. void prev(size_t states)
    class Snapshot(T)
    final
    void
    prev
    (
    size_t states
    )
    if (
    is(T == struct) ||
    isScalarType!T
    )

Parameters

states size_t

The amount of states to roll back.

Meta