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

StrIterFromCstr

StrIterFromCstr Description Create string iterator from C string with explicit length

Read More

StrIterPeek

StrIterPeek Description Peek current character without advancing

Read More

StrIterLength

StrIterLength Description Get total length in elements

Read More