Method ReadFirstTargetArc
ReadFirstTargetArc(FST.Arc<T>, FST.Arc<T>, FST.BytesReader)
Follow the follow
arc and read the first arc of its target;
this changes the provided arc
(2nd arg) in-place and returns
it.
Declaration
public FST.Arc<T> ReadFirstTargetArc(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 ( |