vebTree.opSlice

opSlice operator to get the underlying array. This is a draft version, as it uses the successor method of the class. So getting the underlying array is proportional to n. As this functionaly is not seen as crucial, it is enough for the first time.

  1. uint[] opSlice()
    class vebTree
    uint[]
    opSlice
    ()
  2. uint[] opSlice(uint begin, uint end)

Meta