# Functions
No description provided by the author
Cast a value to given value type.
Equal function compares equality after detecting type.
is this boolean string?.
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
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
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewValue creates a new Value type from a native Go value.
StringToFloat64 converts a string to a float includes replacement of $ and other monetary format identifiers.
StringToTimeAnchor Convert a string type to a time if possible.
ValueFromString Given a string, convert to valuetype.
ValueToBool Convert a value type to a bool if possible.
ValueToFloat64 Convert a value type to a float64 if possible.
ValueToInt Convert a value type to a int if possible.
ValueToInt64 Convert a value type to a int64 if possible.
ValueToString convert all scalar values to their go string.
ValueToStrings convert all scalar values to their go []string.
ValueToTime Convert a value type to a time if possible.
ValueToTimeAnchor given a value, and a time anchor, conver to time.
ValueTypeFromString take a string value and infer valuetype Will infer based on the following rules: - If parseable as int, will be int - if not above, and parse bool, is bool - if not above, and parse float, float - if not above, and parse date, date - else string.
ValueTypeFromStringAll take a string value and infer valuetype adding the valid type JSON preferred over raw string.
# Constants
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
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
Enum values for Type system, DO NOT CHANGE the numbers, do not use iota.
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
No description provided by the author
Is of type Value Interface, ie unknown.
# Variables
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
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
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
# Structs
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
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
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
# 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
# Type aliases
This is the DataType system, ie string, int, etc.