We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa15ef8 + eb51bd6 commit 6e67dd1Copy full SHA for 6e67dd1
src/Data/String/Unsafe.purs
@@ -5,8 +5,6 @@ module Data.String.Unsafe
5
, charCodeAt
6
) where
7
8
-import Data.Char
9
-
10
-- | Returns the numeric Unicode value of the character at the given index.
11
-- |
12
-- | **Unsafe:** throws runtime exception if the index is out of bounds.
0 commit comments