SimpleVector.add

Add array of elements to vector

  1. void add(ubyte el)
  2. void add(ubyte[] el)
    struct SimpleVector
    nothrow @nogc
    void
    add
    (
    ubyte[] el
    )

Meta