Stack.this

Stack(iota(3))

  1. this(U[] values)
  2. this(Range r)
    struct Stack(T)
    this
    if (
    isInputRange!Range &&
    isImplicitlyConvertible!(ElementType!Range, T)
    &&
    !is(Range == T[])
    )

Meta