Introduction Streams in Cw are a way to create a kind of arrays (which consist of elements of a certain defined type) that are only created when these are needed (we call this lazy construction). As the matter in fact, streams are nothing more than autogenerated classes that are spit out by the compiler...