Documentation
¶
Index ¶
Constants ¶
View Source
const ModuleName = "strings"
Variables ¶
This section is empty.
Functions ¶
func LoadModule ¶
func LoadModule() (starlark.StringDict, error)
func PadAlignStrings ¶
func PadAlignStrings() []string
PadAlignStrings returns a slice of all String values of the enum
Types ¶
type PadAlign ¶
type PadAlign uint8
func PadAlignString ¶
PadAlignString retrieves an enum value from the enum constants string name. Throws an error if the param is not part of the enum.
func PadAlignValues ¶
func PadAlignValues() []PadAlign
PadAlignValues returns all values of the enum
func (PadAlign) IsAPadAlign ¶
IsAPadAlign returns "true" if the value is listed in the enum definition. "false" otherwise
Click to show internal directories.
Click to hide internal directories.