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.
1 parent aa15ef8 commit eb51bd6Copy full SHA for eb51bd6
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