# Functions
Dump is used to display detailed information about variables And this is a wrapper around spew.Dump.
FDump is used to display detailed information about variables to the specified io.Writer And this is a wrapper around spew.Fdump.
SDump is used to display detailed information about variables as a string, And this is a wrapper around spew.Sdump.