package
1.9.5
Repository: https://github.com/performline/go-stockutil.git
Documentation: pkg.go.dev

# Functions

Returns a copy of the given slicified value with the given additional values appended.
Returns the element in the given indexable value at the given index.
Returns a copy of the given slice with each element's value passed to stringutil.Autotype.
Divide the given slice into chunks of (at most) a given length.
Removes all elements from the given interface slice that are "empty", which is defined as being nil, a nil or zero-length array, chan, map, slice, or string.
Removes all zero-length strings from the given string slice, returning a new slice with the values removed.
Return whether the given slice contains the given value.
Returns whether the given string slice contains all of the following strings.
Returns whether the given string slice contains any of the following strings.
Returns whether the given string slice contains a given string.
Return the slice that results from removing elements in second from the first.
Iterate through each element of the given array or slice, calling iterFn exactly once for each element.
Returns the first element from the given slice, array or string; or nil.
Returns the given slice as a single-level flattened array.
Returns the nth element from the given slice, array or string; or nil.
Return the intersection of two slices.
Return the intersection of two string slices.
Returns the last element from the given slice, array or string; or nil.
Returns the length of the given slice, array, or string.
Returns a copy of the given slice with each element modified by the a given function.
Returns a copy of the given slice with each element modified by the a given function, then converted to a string.
Returns the first item that is not the zero value for that value's type.
Returns the first item that is not a zero-length string.
Returns the all but the first element from the given slice, array or string; or nil.
Returns a new slice with only the specified subset of items included.
Takes some input value and returns it as a slice.
Converts all elements of the given interface slice to strings using the "%v" format string via the fmt package.
Same as slice, but returns strings.
Trims the whitespace from each element in the given array.
Returns a new slice with only unique elements from the given interface included.
Returns a new slice with only unique string elements from the given interface included.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author