MatchFnResultThe MatchFn function result. interface MatchFnResult <Result> {rest: string;value: Result;}§Type Parameters§Result[src]§Properties§rest: string[src]The remaining string after parsing §value: Result[src]The matched value parsed as the corresponding unit type