Function remove

Source
pub fn remove(tags: impl IntoIterator<Item = TagHandle>)
Expand description

Removes the given tags from their outputs.

ยงExamples

let tags = tag::add(&output::get_by_name("DP-1")?, ["1", "2", "Buckle", "Shoe"]);

tag::remove(tags); // "DP-1" no longer has any tags