Deque.this

Deque(iota(3))

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

Meta