reader

package
v0.0.0-...-1814ede Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2022 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EqualsTo

func EqualsTo(statement_one interface{}, statement_two interface{}) bool

func ReadOnlyNumbers

func ReadOnlyNumbers(str string) string

func ReadSingularDecimal

func ReadSingularDecimal(value float64) string

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
}

func Contains

func Contains(original interface{}) *IContains

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL