StreamView<T> constructor

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

Implementation

const StreamView