Struct Leap::ReadonlyHashSet

struct Leap.ReadonlyHashSet<T>

A simple wrapper around HashSet to provide readonly access. Useful when you want to return a HashSet to someone but you want to make sure they don’t muck it up!