How do reads of non-existent Exclusive / Unique entries work? Can a contract know for certain that an Exclusive / Unique entry doesn't exist? Or do contracts need to employ their own tombstones for that purpose?
Will this function exist?
env.storage().exclusive().has(key)
Will has returning false, or get failing to find a value for a key, indicate that the Exclusive entry doesn't exist anywhere, or do contracts need to navigate the possibility that failure to read might mean it is defined somewhere else?