StrIterPeekAt

Table of Contents

StrIterPeekAt

Description

Peek character at offset without advancing

Parameters

NameDirectionDescription
miinStrIter object
ninPeek position

Success

Returns current character

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

StrIterFromZstr

StrIterFromZstr Description Create string iterator from null-terminated C string

Read More

StrIterFromCstr

StrIterFromCstr Description Create string iterator from C string with explicit length

Read More