StreamView<T> constructor

const StreamView<T>(
  1. Stream<T> stream
)

Implementation

const new(Stream<T> stream) : _stream = stream;