# Functions
AppendAll appends strings and slice of strings together into slice of strings.
JoinAsString joins the Joinables type elements together with string seperator to return string value.
MapKeys returns slice of keys from map of any type.
PtrInt returns the reference to integer of any type.
PtrStr returns pointer to string.
StringSliceToFlatBytes joins string slice together with line feed (LF) character, making it []byte data.
StrsWhitespacesCleanup replaces multiple whitespaces/tab/newlines with single whitespace in all strings are slice.
StrWhitespacesCleanup replaces multiple whitespaces/tab/newlines with single whitespace.
ToStringers wraps elements of input slice with stringer type, provided, all the elements on input slice should implement fmt.Stringer.
Whitespace returns whitespace string of length n.
# Interfaces
Joinables holds the types which are required to be joined together as string.
NonFileWriter is a wrapper over IO writer.