Interface WalkedPath<T>

Result of a walked path

Type Parameters

  • T

Hierarchy

  • WalkedPath

Properties

Properties

diff: T

Then diff or remainder of the path that wasn't walked

result: T

The path the Walker walked

Generated using TypeDoc