Documentation
¶
Index ¶
- func KeysValuesStringsToMap(keys, values *[]string) *map[string]string
- func PointerStringsToStrings(pointerStringOfArray *[]*string) *[]string
- func StringsPointersToStringBoolMap(inputArray *[]*string) *map[string]bool
- func StringsToMap(inputArray *[]string) *map[string]bool
- func StringsToPointerStrings(ptrStrArray *[]string) *[]*string
- func UnsafeBytesToStrings(unsafeBytes *[]byte) *[]string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KeysValuesStringsToMap ¶ added in v0.1.6
KeysValuesStringsToMap keys nil will return empty map[string]string
func PointerStringsToStrings ¶
PointerStringsToStrings will give empty or converted results array (not nil)
func StringsToMap ¶
func StringsToPointerStrings ¶
StringsToPointerStrings will give empty or converted results array (not nil)
func UnsafeBytesToStrings ¶
Returns string arrays from unsafe bytes pointer
May panic on conversion if the bytes were not in unsafe pointer.
Expressions: - return (*[] string)(unsafe.Pointer(allBytes))
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.