# Packages
No description provided by the author
# Functions
Addr returns a pointer value representing the address of v.
Contains returns true if the underlying iterable sequence (haystack) contains the search term (needle) in at least one position.
Convert returns the value v converted to type t.
Count returns the number of times the search term (needle) occurs in the underlying iterable sequence (haystack).
No description provided by the author
No description provided by the author
Elem returns the value that the interface contains or that the pointer points to.
LetterFrequency maps the frequency of letters in a text sample.
HasAlternate returns true if the underlying value has alternate methods in addition to the Go standard library operations.
No description provided by the author
Indirect returns the value that v points to.
Interface returns v's current value as an interface{}.
IsComparable returns true if the underlying value is of a type that is capable of comparisions, e.g.
IsDeepComparable returns true if the underlying value is of a type that is capable of DeepEqual, the Go standard library approach to rigorous comparisons.
IsIterable returns true if the underlying value is made up of smaller units that can be read out one by one.
IsOrdered returns true if the underlying value is ordered.
Kind returns a's Kind.
NewAnyValue returns a new AnyValue interface, e.g.
No description provided by the author
NewColor returns a newly created color object.
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
TerminalExample prints the results of isatty.IsTerminal() and isatty.IsCygwinTerminal() to os.Stdout.
ToString converts the given argument to the standard string representation.
Type returns a's type.
ValueOf returns a new Value initialized to the concrete value stored in the interface i.
WithLock runs fn while holding lk.
# 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
ReplacementChar is the recognized unicode replacement character for malformed unicode or errors in encoding.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
IsTerminal returns true if os.Stdout is a terminal.
NoColor defines if the output is colorized or not.
# Interfaces
Any represents a object that may contain any valid type.
AnyValue is a wrapper around the Any interface, or interface{}, which may contain any 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
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 from standard library for reference.
No description provided by the author
No description provided by the author
No description provided by the author
* Interfaces from standard library for reference.
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 from standard library for reference.
No description provided by the author
* Interfaces from standard library for reference.
No description provided by the author
* Interfaces from standard library for reference.
* Interfaces from standard library for reference.
No description provided by the author
* Interfaces from standard library for reference.