mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-14 07:29:02 +03:00
Only expose Str functions that are actually implemented
This commit is contained in:
parent
267836226c
commit
9b8c34ce95
@ -2,38 +2,21 @@ interface Str
|
||||
exposes
|
||||
[
|
||||
Str,
|
||||
decimal,
|
||||
num,
|
||||
split,
|
||||
isEmpty,
|
||||
append,
|
||||
concat,
|
||||
joinWith,
|
||||
split,
|
||||
countGraphemes,
|
||||
startsWith,
|
||||
endsWith,
|
||||
contains,
|
||||
anyGraphemes,
|
||||
allGraphemes,
|
||||
countGraphemes,
|
||||
join,
|
||||
joinWith,
|
||||
padGraphemesStart,
|
||||
padGraphemesEnd,
|
||||
graphemes,
|
||||
reverseGraphemes,
|
||||
isCaseInsensitiveEq,
|
||||
isCaseInsensitiveNeq,
|
||||
walkGraphemes,
|
||||
isCapitalized,
|
||||
isAllUppercase,
|
||||
isAllLowercase,
|
||||
toUtf8,
|
||||
toUtf16,
|
||||
toUtf32,
|
||||
trim,
|
||||
walkUtf8,
|
||||
walkUtf16,
|
||||
walkUtf32,
|
||||
walkRevUtf8,
|
||||
walkRevUtf16,
|
||||
walkRevUtf32
|
||||
fromInt,
|
||||
fromFloat,
|
||||
fromUtf8,
|
||||
Utf8Problem,
|
||||
Utf8ByteProblem,
|
||||
toBytes,
|
||||
startsWithCodePt
|
||||
]
|
||||
imports []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user