# Functions
No description provided by the author
No description provided by the author
BoolP returns a pointer to the given bool.
No description provided by the author
No description provided by the author
FloatP returns a pointer to the given float64.
IntP returns a pointer to the given int64.
KebabToCamel converts a "kebab-case" string to a "camelCase" string.
KebabToPascal converts a "kebab-case" string to a "PascalCase" string.
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
SnakeToCamel converts a "snake_case" string to a "camelCase" string.
SnakeToPascal converts a "snake_case" string to a "PascalCase" string.
StringP returns a pointer to the given string.