Documentation ¶
Index ¶
- func CreateMapFromInterface(i interface{}) (m bdb.M, err error)
- func CreateStringSliceFromInterface(i interface{}) (result []string, err error)
- func InArrayInt(arr []int, s int) int
- func InArrayString(arr []string, s string) int
- func InBothArraysString(arr1, arr2 []string) bool
- func IndexOfSortedStrings(arr []string, s string) int
- func StringArraysEquals(a, b []string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateMapFromInterface ¶
func InArrayInt ¶
func InArrayString ¶
func InBothArraysString ¶
func IndexOfSortedStrings ¶
IndexOfSortedStrings searches for s in a sorted slice of strings and returns the index or -1 if not found
func StringArraysEquals ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.