Date.this

Create a shallow copy of other Date.

  1. this(Date other)
    struct Date
    @nogc
    this
    (
    inout ref Date other
    )
  2. this(Value value)
  3. this(mg_date* ptr)

Meta