HStream<T>.static constructor
HStream<T>.static (
- T? first, [
- String? debugName
Implementation
HStream.static(this.first, [this.debugName]) : after = Stream.empty();