mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-14 02:57:52 +08:00
ee62608e88
Also remove unused functions. There were two (correct) implementations of deciding whether a string has another string as a subsequence; keep the more performant one.
3 lines
62 B
Go
3 lines
62 B
Go
// Package strutil provides string utilities.
|
|
package strutil
|