Module taggedalgebraic.visit
Templates
Name | Description |
---|---|
tryVisit
|
The same as visit , except that failure to handle types is checked at runtime.
|
visit
|
Dispatches the value contained on a TaggedUnion or TaggedAlgebraic to a
set of visitors.
|