Deque.this

Deque(1, 2, 3)

  1. this()
  2. this(U[] values)
    struct Deque(T, bool mayNull = true)
    this
    (
    U
    )
    ()
    if (
    isImplicitlyConvertible!(U, T)
    )
  3. this(Range r)

Meta