package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Dec 17, 2018
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Filter(src interface{}, filter func(i interface{}) bool) error
func GroupBy(src interface{}, hash func(h interface{}) interface{}) error
func Reverse(s interface{}) error
func Shuffle(poker Poker)
type Poker interface {
Len() int
Swap(i, j int)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.