package
1.2.1
Repository: https://github.com/notaryproject/notation-go.git
Documentation: pkg.go.dev

# Functions

New creates an empty Set for elements of type T.
NewWithSize creates an empty Set of fixed size for elements of type T.

# Type aliases

Set is a map as a set data structure.