We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tracePath method implementation not working for all Nullible types. While loop:
while (!currentV.Equals(default(T)) && !parentMap[currentV].Equals(default(T)))
Will throw null reference exception on null.equals(null)