StrIterRead

Table of Contents

StrIterRead

Description

Read character from iterator

Parameters

NameDirectionDescription
miin,outStrIter object

Success

Returns character and advances position

Failure

Returns null character if exhausted

Usage example (Cross-references)

No external code usages found in the scanned files.

Share :

Related Posts

StrIterFromStr

StrIterFromStr Description Create string iterator from Str object

Read More

StrIterNext

StrIterNext Description Advance to next character in string iterator

Read More

StrIterRemainingLength

StrIterRemainingLength Description Get remaining elements left to read

Read More