VEBroot.opIndex

[]-slicing. Yields a "random access range" with the content of the tree, always containing zero and the key after the maximum element as keys. The key after the maximal key is the universe, if the tree is empty or the maximal contained key is lesser then empty, otherwise the capacity of the tree.

  1. auto opIndex()
    struct VEBroot(size_t baseSize)
    @nogc pure
    opIndex
    ()
    if (
    (baseSize & (baseSize - 1)) == 0
    )
  2. auto opIndex(size_t[2] input)

Meta