Duration.this

Create a duration from a Value.

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

Meta