package
0.1.0
Repository: https://github.com/sunvim/utils.git
Documentation: pkg.go.dev

# Functions

Save stores the string in the default package-level Stringbank, and returns an Index which can be converted back to the original string by calling its String() method.

# Structs

Stringbank is a place to put strings that never need to be deleted.

# Type aliases

Index is returned by Save and can be converted into the saved string by calling it's String() method.