Categorygithub.com/xmidt-org/capacityset
modulepackage
0.1.1
Repository: https://github.com/xmidt-org/capacityset.git
Documentation: pkg.go.dev

# README

capacityset

Capacityset provides a set with a maximum size.

Build Status codecov.io Code Climate Issue Count Go Report Card Apache V2 License GitHub release GoDoc

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.