Function stream_split
Source pub unsafe extern "C" fn stream_split(
stream: *mut Stream,
stream_left: *mut Stream,
stream_right: *mut Stream,
) -> bool
Expand description
Splits one stream into two others. The original stream will remain untouched.
§Arguments
stream -
stream_left -
stream_right -
§Returns
true
false