vebTree.insert

this method is used to add an element to the tree. duplicate values will be ignored.

  1. void insert(uint x)
    class vebTree
    void
    insert
    (
    uint x
    )
  2. void insert(uint[] arr)

Meta