Utility Packages
This page describes the package github.com/chordflower/vimle/pkg/utils
, which contains among others two functions:
IntegerToString[T constraints.Integer](value T) string
→ Converts an integer to its string representation;StringToInteger[T constraints.Integer](value string) (T, error)
→ Parses a string and returns its integer representation;