vebTree.this

another possibility is to construct a VEB tree by providing an array.

  1. this()
  2. this(uint expectedSize)
  3. this(uint[] range)
    class vebTree
    this
    (
    uint[] range
    )

Meta