@nogc capable indexing. Can be indexed with any type of value as long as K.opCmp supports it and alias less hasn't been changed. Returns the found element if match found. Returns E.init if match not found.
See Implementation
@nogc capable indexing. Can be indexed with any type of value as long as K.opCmp supports it and alias less hasn't been changed. Returns the found element if match found. Returns E.init if match not found.