Skip to main

startWith

startWith

Signature - source.ts#L2288

function startWith<T>(...values: T[]): <U>(source: Source<U>) => Source<T | U>