Creates a Stream from an array.
Example:
var s = Stream.of<string> ({ "a", "b", "c" });
the source array.
a new Stream over array elements.