# Packages
No description provided by the author
# Functions
ApplyForm is a function that applies the format to an element.
ApplyFormFunc is a function that applies the format to an element.
ApplyFormMany is a function that applies the format to multiple elements at once.
ApplyFormManyFunc is a function that applies the format to multiple elements at once.
ApplyFuncMany applies a format function to the StdPrinter.
ApplyMany applies a format to a stringer.
ApplyTravFunc applies a function to the printer.
ApplyTravFuncMany applies a function to the printer.
FStringArray generates a formatted string representation of an array-like object.
MergeForm is a function that merges the given formatter with the current one; prioritizing the values of the first formatter.
NewDelimiterConfig is a function that creates a new delimiter configuration.
NewFormatter is a function that creates a new formatter with the given configuration.
NewFormatterConfig is a function that creates a new formatter configuration.
NewIndentConfig is a function that creates a new indentation configuration.
NewSeparator is a function that creates a new separator configuration.
NewSimplePrinter creates a new SimplePrinter with the provided name and value.
NewStdPrinter creates a new StdPrinter.
NewStdPrinterFromConfig creates a new StdPrinter from a configuration.
Sfprint prints a formatted string.
Sfprintf prints a formatted string.
Sfprintln prints a formatted string with a newline.
Sprint prints strings.
SprintFString prints a formatted string.
Sprintj prints a joined string.
Sprintjln prints a joined string with a newline.
Sprintln prints a string with a newline.
Stringify converts a formatted string to a string.
WithLeftDelimiter is a function that modifies the left delimiter of the formatter.
WithModifiedIndent is a function that modifies the indentation level of the formatter by a specified amount relative to the current indentation level.
WithRightDelimiter is a function that modifies the right delimiter of the formatter.
# Constants
DefaultIndentation is the default indentation string.
DefaultSeparator is the default separator string.
# Variables
ArrayLikeFormat is the default options for an array-like object.
DefaultFormatter is the default formatter.
DefaultFormatterConfig is the default formatter configuration.
DefaultIndentationConfig is the default indentation configuration.
DefaultSeparatorConfig is the default separator configuration.
NBSP is the non-breaking space rune.
# Structs
DelimiterConfig is a type that represents the configuration for delimiters.
FormatterConfig is a type that represents a configuration for the general formatter.
FormatterConfig is a type that represents the configuration for formatting.
IndentConfig is a type that represents the configuration for indentation.
SeparatorConfig is a type that represents the configuration for separators.
SimplePrinter is a simple printer that prints a value with a name.
StdPrinter is a type that represents a formatted string.
Traversor is a type that represents a traversor for a formatted string.
# Type aliases
ConfigOption is a type that represents a configuration option for a formatter.
FStringFunc is a function that generates a formatted string representation of an object.
Option is a function that sets the settings for the formatting functions.