ListStream
Create a stream from a list The stream internally uses the list's iterator (because, depending on the list's implementation, there might be performance gains over using the list's get method)
Return
The created stream
Since
0.5.0
Parameters
list
The list to create the stream from