Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Permutations ¶
type Permutations struct {
// contains filtered or unexported fields
}
func New ¶
func New() *Permutations
func (*Permutations) AddKind ¶
func (c *Permutations) AddKind(items ...interface{})
func (*Permutations) GetCombinationsCount ¶
func (c *Permutations) GetCombinationsCount() int
获取所有组合的总数
func (*Permutations) GetCurrentLoop ¶
func (c *Permutations) GetCurrentLoop() int
func (*Permutations) ListAll ¶
func (c *Permutations) ListAll() []Result
Click to show internal directories.
Click to hide internal directories.