package
0.5.19
Repository: https://github.com/go-go-golems/glazed.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CastList casts a list of From objects to To, by casting it to an interface{} in between.
CastList2 attempts even harder to cast a list of From object to To, by checking if we might be dealing with a list masquerading as a interface{}, then a []interface{}, before checking for []To.
No description provided by the author
CastListToInterfaceList attempts to convert the given value to a list of interface{}.
No description provided by the author
CastListToStringList casts a list of items to a list of strings.
No description provided by the author
No description provided by the author
No description provided by the author
CastStringListToList casts a list of strings to a list of a specified type T.
No description provided by the author
CastToNumberList casts a list of From objects to To.
No description provided by the author
No description provided by the author
ToInterfaceValue converts a given value of any basic Go type (scalars, slices, arrays, maps) into a corresponding interface{}.
ToString converts a value to a string using reflection.

# Interfaces

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