MCPcopy Create free account
hub / github.com/chc4/lineiform / meet

Method meet

tangle/src/select.rs:174–176  ·  view source on GitHub ↗
(self, other: Self)

Source from the content-addressed store, hash-verified

172use ascent::{Lattice, Dual};
173impl Lattice for Pattern {
174 fn meet(self, other: Self) -> Self {
175 self.min(other)
176 }
177 fn join(self, other: Self) -> Self {
178 self.max(other)
179 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected