The OpenD Programming Language

SmallArray.this

Constructor

  1. this(typeof(null) )
  2. this(V[] array)
  3. this(SmallArray array)
  4. this(SmallArray!(T, n) array)
    struct SmallArray
    @safe pure @nogc
    this
    (
    uint n
    )
    (
    const SmallArray!(T, n) array
    )
  5. this(SmallArray!(T, n) array)
  6. this(Range array)

Meta