Skip to content

AlexVulaj/go-set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-set

A simple set implementation for use in Go.

Usage

import (
	...
	set "github.com/AlexVulaj/go-set"
	...
)

...
// Create a new empty Set of type int
set.NewSet[int]()

// Create a new non-empty Set of type string
set.NewSet[string]("hello", "world")

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages