Versions in this module Expand all Collapse all v1 v1.0.1 Feb 1, 2022 v1.0.0 Feb 1, 2022 Changes in this version + type Slice struct + func NewSlice() *Slice + func (*Slice) InInt64Arr(val int64, arr []int64) bool + func (*Slice) InIntArr(val int, arr []int) bool + func (*Slice) InStrArr(val string, arr []string) bool + func (*Slice) Int64ToMap(req []int64) (res map[int64]bool) + func (*Slice) Int64ToSql(req []int64) (query []string, args []int64) + func (*Slice) Int64ToStr(req []int64) (res []string) + func (*Slice) IntToMap(req []int) (res map[int]bool) + func (*Slice) IntToSql(req []int) (query []string, args []int) + func (*Slice) IntToStr(req []int) (res []string) + func (*Slice) StrToInt64(req []string) (res []int64) + func (*Slice) StrToMap(req []string) (res map[string]bool) + func (*Slice) StrToSql(req []string) (query, args []string)