pipe

std.process helper. Run a command, feed it the given input, and collect its output. Throw if it exited with non-zero status. Return output.

T[]
pipe
(
T
Params...
)
(
string[] args
,
in T[] input
,
Params params
)

Meta