Documentation ¶
Overview ¶
adapted from github.com/jub0bs/cors
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SortedSet ¶
type SortedSet struct {
// contains filtered or unexported fields
}
A SortedSet represents a mathematical set of strings sorted in lexicographical order. Each element has a unique position ranging from 0 (inclusive) to the set's cardinality (exclusive). The zero value represents an empty set.
func NewSortedSet ¶
NewSortedSet returns a SortedSet that contains all of elems, but no other elements.
Click to show internal directories.
Click to hide internal directories.