package
Version:
v0.0.0-...-d3fc627
Opens a new window with list of versions in this module.
Published: Feb 15, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
*
*
*@author 吴昊轩
*@create 2019-10-0315:42
type Interface interface {
Less(i, j int) bool
Swap(i, j int)
Len() int
Push(x interface{})
Pop() interface{}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.