Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

bobg/set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set - basic generic set operations for Go

Go Reference Go Report Card Tests Coverage Status

This is set, a simple generic set type for Go plus basic operations on sets.

The name of the type in this package is Of, chosen so that types will read naturally when qualified with this package name: set.Of[int], for example.