[Feature]: `new_complement()`
jarkkojs opened this issue · 0 comments
jarkkojs commented
Is there an existing issue for this?
- I have searched the existing issues
Description
/// Create complement of a region.
pub fn new_complement(regions: [&Region<V>]) -> Self {
// TODO
}