VEBtree.insert

this method overrides the insert method to directly use arrays

  1. bool insert(size_t value)
  2. void insert(R arr)
    class VEBtree
    @nogc nothrow
    void
    insert
    (
    R
    )
    (
    R arr
    )
    if (
    isIterable!R
    )

Meta