State

private enum State : AbstractDomain
extension State: CustomStringConvertible

The ownership state of an object or sub-object.

Instances form a lattice whose supremum is .unique and infimum is .shared(by: s) where s is the set of all instructions. The meet of two elements denotes the conservative superposition of two ownership states.