Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntMatcher ¶
type IntMatcher struct {
// contains filtered or unexported fields
}
func NewIntMatcher ¶
func NewIntMatcher(elem []int) *IntMatcher
NewIntMatcher inits a new IntMatcher.
func (*IntMatcher) Match ¶
func (m *IntMatcher) Match(v int) bool
Click to show internal directories.
Click to hide internal directories.