-
Couldn't load subscription status.
- Fork 35
P_CodeJam_Collections_SuffixTreeBase_EdgeComparer
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
The comparer to compare edges of a node against a char
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
protected Func<int, char, int> EdgeComparer { get; }VB
Protected ReadOnly Property EdgeComparer As Func(Of Integer, Char, Integer)
GetF#
member EdgeComparer : Func<int, char, int> with get