Documentation ¶
Index ¶
- func AppendUnique(list interface{}, elems ...interface{}) (newList interface{})
- func BackgroundCopy(r io.Reader, w io.Writer) (copiedChan <-chan int, errChan <-chan error)
- func BitLen(x uint64) (n int)
- func BitfieldToBools(bitfield uint64, expectedLength int) (table []bool)
- func BoolsToBitfield(table []bool) (bitfield uint64)
- func Breaks(s string) string
- func ByteSlicesToStrings(bss [][]byte) []string
- func Contains(list interface{}, elem interface{}) bool
- func GrownCap(newSize int) int
- func IndexOf(list interface{}, elem interface{}) (int, error)
- func MultiplyThenDivide(factor1, factor2, divisor int64) int64
- func Reverse(data sliceWrapper)
- func Stack() string
- func Title(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendUnique ¶
func AppendUnique(list interface{}, elems ...interface{}) (newList interface{})
func BackgroundCopy ¶
func BitfieldToBools ¶
func BoolsToBitfield ¶
func ByteSlicesToStrings ¶
func MultiplyThenDivide ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.