Documentation ¶ Index ¶ func CopyMap[K comparable, V any](m map[K]V) map[K]V func InsertString(s string, insert string, n int) string func Max(x, y int) int func Min(x, y int) int func RGBColor(r, g, b byte) lipgloss.Color func RemoveAnsiReset(s string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CopyMap ¶ func CopyMap[K comparable, V any](m map[K]V) map[K]V func InsertString ¶ func InsertString(s string, insert string, n int) string func Max ¶ func Max(x, y int) int func Min ¶ func Min(x, y int) int func RGBColor ¶ func RGBColor(r, g, b byte) lipgloss.Color func RemoveAnsiReset ¶ func RemoveAnsiReset(s string) string Types ¶ This section is empty. Source Files ¶ View all Source files color.go util.go Click to show internal directories. Click to hide internal directories.