String Streams

The string stream family lets us store and manipulate strings.

We'll cover the following...

Streams

A stream is an infinite data stream on which you can push or pull data. ...