SmallArray.concat

  1. SmallArray concat(V[] array)
    struct SmallArray
    @safe pure @nogc scope const
    concat
    ()
  2. alias opBinary(string op : "~") = concat

Meta