Skip to content

v1.0.10

Compare
Choose a tag to compare
@jucardi jucardi released this 30 Jun 00:01
· 0 commits to master since this release

v1.0.10

Added new helpers:

  • stringsCompare - Returns an integer comparing two strings lexicographically. See strings.Compare
  • stringsContains - Returns a boolean indicating whether the string s begins with prefix. See strings.Contains