Snapshot.this

Creates a new snapshot of a type.

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

Meta