Documentation
¶
Index ¶
- Variables
- func AbsInt(x int) int
- func LogMemory()
- func MD5File(fileName string) (string, error)
- func Max(a, b int) int
- func MaxInt(v []int) (retval int)
- func Min(a, b int) int
- func NotDigitOrNeg(c rune) bool
- func Prefix(s string, n int) string
- func RangeInt(to int) []int
- func Sign(x int) int
- func Signature(s string) string
- func Strcmp(a, b string) int
- func Suffix(s string, n int) string
- func TestEach(t RuneTester, s string) byte
- type ByGeneric
- type EnumSet
- type Equaler
- type Format
- type Generic
- type Persist
- type RuneTester
- type TopNStrIntData
- type TopNStrIntDatum
Constants ¶
This section is empty.
Variables ¶
View Source
var Testers = []RuneTester{
IsDigit,
IsGraphic,
IsLetter,
IsLower,
IsMark,
IsNumber,
IsPunct,
IsSymbol,
IsTitle,
IsUpper,
}
Functions ¶
func NotDigitOrNeg ¶
func TestEach ¶
func TestEach(t RuneTester, s string) byte
Types ¶
type EnumSet ¶
type EnumSet struct { Enum map[interface{}]int Index []interface{} Frozen bool // contains filtered or unexported fields }
func NewEnumSet ¶
func (*EnumSet) RebuildIndex ¶
func (e *EnumSet) RebuildIndex()
type RuneTester ¶
type TopNStrIntData ¶
type TopNStrIntData []TopNStrIntDatum
func (TopNStrIntData) Len ¶
func (arr TopNStrIntData) Len() int
func (TopNStrIntData) Less ¶
func (arr TopNStrIntData) Less(a, b int) bool
func (TopNStrIntData) Swap ¶
func (arr TopNStrIntData) Swap(a, b int)
type TopNStrIntDatum ¶
func GetTopNStrInt ¶
func GetTopNStrInt(m map[string]int, n int) []TopNStrIntDatum
Click to show internal directories.
Click to hide internal directories.