purescript-strings icon indicating copy to clipboard operation
purescript-strings copied to clipboard

Add takeEnd & dropEnd

Open flip111 opened this issue 1 year ago • 0 comments

  • takeEnd :: Int -> String -> String
  • dropEnd :: Int -> String -> String

Could these functions be added?

flip111 avatar Feb 01 '24 21:02 flip111