Issue¶
Constructors¶
create¶
new val create(
rule': Rule val,
start': (Cons[Node val] val | Nil[Node val] val),
next': (Cons[Node val] val | Nil[Node val] val))
: Issue val^
Parameters¶
- rule': Rule val
- start': (Cons[Node val] val | Nil[Node val] val)
- next': (Cons[Node val] val | Nil[Node val] val)
Returns¶
- Issue val^
Public fields¶
let rule: Rule val¶
let start: (Cons[Node val] val | Nil[Node val] val)¶
A path from the current (first) node to the root.
let next: (Cons[Node val] val | Nil[Node val] val)¶
A path from the next node to the root.
Public Functions¶
match_start¶
Parameters¶
- node: Node val
Returns¶
- Bool val
match_next¶
Parameters¶
- node: Node val
Returns¶
- Bool val