Search Results

phobos
std.​range.​tee

Implements a "tee" style pipe, wrapping an input range so that elements of the range can be passed to a provided function or OutputRange as they are iterated over. This is useful for printing out intermediate values in a long chain of range code, performing some operation with side-effects on each call to front or popFront, or diverting the elements of a range into an auxiliary OutputRange.

syscall-d
syscalld.​os.​linux_x86_64.​TEE
Undocumented in source.
symmetry-imap
symmetry.​imap.​grammar.​tee
syscall-d
syscalld.​os.​linux_x86.​TEE
Undocumented in source.
concurrency
concurrency.​operations.​onresult.​tee
Undocumented in source.
spasm
spasm.​bindings.​streams.​ReadableStream.​tee
Undocumented in source. Be warned that the author may not have intended to support it.