Creates an empty Stream.
Example:
var s = Stream.empty<string> (); assert (s.count () == 0);
an empty Stream.