Skip to content

v0.9.5

Compare
Choose a tag to compare
@linkdotnet linkdotnet released this 10 Apr 15:26
4578f1d

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.