Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadOnlyNumbers ¶
func ReadSingularDecimal ¶
Types ¶
type IContains ¶
type IContains struct {
Byte func([]byte) bool
Complex64 func(complex64) bool
Complex128 func(complex128) bool
Float32 func(float32) bool
Float64 func(float64) bool
Int func(int) bool
Int8 func(int8) bool
Int16 func(int16) bool
Int32 func(int32) bool
Int64 func(int64) bool
Rune func(rune) bool
String func(string) bool
UInt func(uint) bool
UIntPtr func(uintptr) bool
UInt8 func(uint8) bool
UInt16 func(uint16) bool
UInt32 func(uint32) bool
UInt64 func(uint64) bool
}
Click to show internal directories.
Click to hide internal directories.