= "tap"
= "Control the flow of data (flow it through this function, or have it disappear) based on a boolean control value."
= "tap.rs"
= "tap.md"
= "rust"
[[]]
= "data" # - the data flow we wish to control the flow if
[[]]
= "control" # - a boolean value to determine in `data` is passed on or not
= "boolean"
[[]] # `data` is output if `control` is true, nothing if `control` is false