package
1.16.2
Repository: https://github.com/zclconf/go-cty.git
Documentation: pkg.go.dev

# Functions

NewSet returns an empty set with the membership rules given.
No description provided by the author

# Structs

No description provided by the author
Set is an implementation of the concept of a set: a collection where all values are conceptually either in or out of the set, but the members are not ordered.

# Interfaces

OrderedRules is an extension of Rules that can apply a partial order to element values.
Rules represents the operations that define membership for a Set.