nxt.ixes

Undocumented in source.

Members

Functions

commonPrefixCount
auto commonPrefixCount(Rs rs)

Get Count of Prefix of a and b.

commonPrefixLength
auto commonPrefixLength(Rs rs)

Get length of Common Prefix of a and b.

commonSuffix
auto commonSuffix(Rs rs)

Get Common Suffix of a and b. TODO: Copy implementation of commonPrefix into commonSuffix to splitter

commonSuffixCount
auto commonSuffixCount(Rs rs)

Get Count of Common Suffix of a and b.

commonSuffixLength
auto commonSuffixLength(Rs rs)

Get length of Suffix of a and b.

Meta