VEBroot.opIndex

method exists only, when in data mode. Then, yields a pointer to the data, associated with the key. If no data is associated or the key is not in the tree, yields null.

  1. auto ref opIndex(size_t key)
    struct VEBroot(T = void)
    ref @nogc
    static if(!is(T == void))
    opIndex
    (
    size_t key
    )
  2. auto opIndex()

Meta