hack

package
v0.0.0-...-e215c4f Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ArrayToString

func ArrayToString(array []int) string

func IsSqlSep

func IsSqlSep(r rune) bool

func P2Bool

func P2Bool(v *bool) bool

func P2Float32

func P2Float32(v *float32) float32

func P2Float64

func P2Float64(v *float64) float64

func P2Int

func P2Int(v *int) int

func P2Int16

func P2Int16(v *int16) int16

func P2Int32

func P2Int32(v *int32) int32

func P2Int64

func P2Int64(v *int64) int64

func P2Int8

func P2Int8(v *int8) int8

func P2Rune

func P2Rune(v *rune) rune

func P2Str

func P2Str(v *string) string

all point to value

func PBool

func PBool(v bool) *bool

func PFloat32

func PFloat32(v float32) *float32

func PFloat64

func PFloat64(v float64) *float64

func PInt

func PInt(v int) *int

func PInt16

func PInt16(v int16) *int16

func PInt32

func PInt32(v int32) *int32

func PInt64

func PInt64(v int64) *int64

func PInt8

func PInt8(v int8) *int8

func PRune

func PRune(v rune) *rune

func PStr

func PStr(v string) *string

set value to point

func Slice

func Slice(s string) (b []byte)

no copy to change string to slice use your own risk

func String

func String(b []byte) (s string)

no copy to change slice to string use your own risk

Types

This section is empty.

Jump to

Keyboard shortcuts

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