package
1.25.10
Repository: https://github.com/aperturerobotics/util.git
Documentation: pkg.go.dev

# Functions

Prefix returns the longest common prefix of the provided strings https://leetcode.com/problems/longest-common-prefix/discuss/374737/golang-runtime-0ms-simple-solution.
TrimPrefix removes the longest common prefix from all provided strings.