v0.9.5
Added
IndexOf
methods to retrieve the index of the first occurence of a word.Capacity
to give the user an indication if the internal array will grow soon.EnsureCapacity
to set the buffer size to avoid re-allocation in a hot path.
Fixed
- Some methods throw the wrong exception. When an index is "invalid" then a
ArgumentOutOfRange
exception is thrown.