BufferPipe<T> constructor

BufferPipe<T>(
  1. Iterable<T> list
)

Implementation

BufferPipe(Iterable<T> list) {
  write(list);
}