singleton package:unordered-containers

Construct a map with a single element.
Construct a set with a single element.
>>> HashSet.singleton 1
fromList [1]