Issue with `Stream.prepend` as a constructor
Shouldn't
It's current implementation creates a Stream rather than prepending provided value to another stream.
Stream.prepend be a transformer rather than a constructor?It's current implementation creates a Stream rather than prepending provided value to another stream.

