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

# Functions

Package-level auto converter.
Package-level bool converter.
Package-level bytes converter.
Returns a pretty-printed string representation of the given values.
Returns a pretty-printed string representation of the given values.
Package-level duration converter.
Package-level error converter.
Package-level float converter.
Returns the number of input and return arguments a given function has.
Package-level int converter.
Returns whether the given value is a slice or array.
Returns whether the given value is "empty" in the semantic sense.
Returns whether the given value represents a floating point value.
Returns whether the given value is a function of any kind.
Returns whether the given value is a function.
Returns whether the given value represents an integer value.
Dectect whether the concrete underlying value of the given input is one or more Kinds of value.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Returns whether the given value is a map.
Returns whether the given value represents a numeric value.
Return whether the given input is a discrete scalar value (ints, floats, bools, strings), otherwise known as "primitive types" in some other languages.
Returns whether the given value is a struct.
Returns whether the given value represents the underlying type's zero value.
Returns the length of the given value that could have a length (strings, slices, arrays, maps, and channels).
Package-level map converter.
Package-level map[string]interface{} converter.
Register's a handler used for converting one type to another.
Return the concrete value pointed to by a pointer type, or within an interface type.
Attempts to set the given reflect.Value to the given interface value.
Package-level slice converter.
Package-level string splitter.
Package-level string converter.
Package-level string slice converter.
Package-level time converter.
Shortcut for creating a Variant.

# Structs

Represents an interface type with helper functions for making it easy to do type conversions.

# Type aliases

No description provided by the author