Method ReadLastTargetArc
ReadLastTargetArc(FST.Arc<T>, FST.Arc<T>, FST.BytesReader)
Follows the follow
arc and reads the last
arc of its target; this changes the provided
arc
(2nd arg) in-place and returns it.
Declaration
public FST.Arc<T> ReadLastTargetArc(FST.Arc<T> follow, FST.Arc<T> arc, FST.BytesReader in)
Parameters
Type | Name | Description |
---|---|---|
FST.Arc<T> | follow | |
FST.Arc<T> | arc | |
FST.BytesReader | in |
Returns
Type | Description |
---|---|
FST.Arc<T> | Returns the second argument
( |