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


Method `[..]

string(8bit) res = _Stdio.Buffer()[start..end]

Description

Range operator.

Returns

Returns a string of the characters at offset low through high. Returns the empty string if no data is available in the range.