# Functions
BinaryRead is binary.Read with panics in place of errors.
BoolHash returns a hash value for the given boolean value.
Close is f.Close with panics in place of errors.
Copy is io.Copy with panics in place of errors.
Directory returns a slice of filenames.
FileCreate is os.Create with panics in place of errors.
FileCreateAppendIfExists creates a new file or opens if it already exists for appending.
FileOpen is os.Open with panics in place of errors.
FileOpenIfExists is os.Oppen with panics in place of errors.
FilepathAbs is filepath.Abs with panics in place of errors.
MkdirAll is os.MkdirAll with panics in place of errors.
NewRand returns a Go-style random number generator.
NewRandReflect works only in pedantic mode, so just panics unconditionally.
ParseFloat is strconv.ParseFloat with panics in place of errors.
ParseInt is strconv.ParseInt with panics in place of errors.
ParseUint is strconv.ParseUint with panics in place of errors.
RandReflect works only in pedantic mode, so just panics unconditionally.
ReadFull is io.ReadFull with panics in place of errors.
RunCmd is cmd.Run() with panics in place of errors.
RunPipeline is p.Run() with panics in place of errors.
StringHash returns a hash value for the given string value.
Write is f.Write with panics in place of errors.
WriteByte is f.WriteByte with panics in place of errors.
WriteString is f.WriteString with panics in place of errors.
# Constants
PedanticMessage can be added to the overall program message.
PedanticMode is a Boolean flag for conditional compilation.
# Variables
No description provided by the author
# Type aliases
No description provided by the author