Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToPascalCase ¶ added in v0.2.0
ToPascalCase converts a string to PascalCase. It's just a wrapper around strcase.ToCamel with a more meaningful name.
Types ¶
type SortedMap ¶ added in v0.2.0
func NewSortedMap ¶ added in v0.2.0
func (*SortedMap[K, V]) Get ¶ added in v0.2.0
Get returns the value associated with the key and a boolean indicating if the key was found.
Click to show internal directories.
Click to hide internal directories.