Versions in this module Expand all Collapse all v0 v0.2.0 Sep 9, 2018 v0.1.0 May 23, 2018 Changes in this version + var LowerS = nilSafe(strings.ToLower) + var UpperS = nilSafe(strings.ToUpper) + func AbsI(x int) int + func AndB(x, y bool) bool + func BoolI(x int) bool + func ConcatS(x, y *string) *string + func DivF(x, y float64) float64 + func DivI(x, y int) int + func FloatI(x int) float64 + func IntB(x bool) int + func IntF(x float64) int + func LenS(s *string) int + func MinusF(x, y float64) float64 + func MinusI(x, y int) int + func MulF(x, y float64) float64 + func MulI(x, y int) int + func NandB(x, y bool) bool + func NotB(x bool) bool + func OrB(x, y bool) bool + func PlusF(x, y float64) float64 + func PlusI(x, y int) int + func StrB(x bool) *string + func StrF(x float64) *string + func StrI(x int) *string + func StrS(s *string) *string + func XorB(x, y bool) bool