Snapshot.this

Creates a new snapshot of a type.

  1. this()
  2. this(T initValue)
    class Snapshot(T)
    final
    this
    if (
    is(T == struct) ||
    isScalarType!T
    )

Parameters

initValue T

The initializationValue

Meta