package
Version:
v0.0.0-...-83adff0
Opens a new window with list of versions in this module.
Published: Jul 6, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Shuffler interface {
Len() int
Swap(i, j int)
}
Shuffler A type, typically a collection, that satisfies Shuffler
can be shuffle by Shuffle func
Source Files
¶
Click to show internal directories.
Click to hide internal directories.