Skip to content

kirin.lattice.mixin.SimpleMeetMixin

← Module overview

classSimpleMeetMixinsource

kirin.lattice.mixin.SimpleMeetMixin

Bases: BoundedLattice[BoundedLatticeType]

A mixin that provides a simple implementation for the meet operation.

class SimpleMeetMixin

methodmeetsource

kirin.lattice.mixin.SimpleMeetMixin.meet

def meet(other: BoundedLatticeType) -> BoundedLatticeType

Parameters

NameTypeDescription
otherBoundedLatticeType

Returns

BoundedLatticeType

source