# README
capacityset
Capacityset provides a set with a maximum size.
Summary
Capacityset implements a set (unordered, non-repeating) that cannot exceed a provisioned size.
Install
This repo is a package. There is no installation.
Contributing
Refer to CONTRIBUTING.md.
# Functions
NewCapacitySet returns the set interface with max capacity allowing of a set with cap.
No description provided by the author
# Interfaces
Set is the interface of the common set storage pattern.