Method SeekExact
SeekExact(Int32sRef)
Seeks to exactly this term, returning null
if the term
doesn't exist. This is faster than using
SeekFloor(Int32sRef) or SeekCeil(Int32sRef) because it
short-circuits as soon the match is not found.
Declaration
public Int32sRefFSTEnum.InputOutput<T> SeekExact(Int32sRef target)
Parameters
Type | Name | Description |
---|---|---|
Int32sRef | target |
Returns
Type | Description |
---|---|
Int32sRefFSTEnum.InputOutput<T> |