enarx/mmledger

[Feature]: `new_complement()`

jarkkojs opened this issue · 0 comments

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
}

Acceptance Criteria

Suggestions for a technical implementation