Method _Stdio.Buffer()->`[]()


Method `[]

int(-1..255) res = _Stdio.Buffer()[ off ]

Description

Return the character at the specified offset.

Returns

Returns the character at offset off on success, and -1 otherwise.

Note

Indexing with negative offsets was not supported in Pike 8.0 and earlier.