mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
add with_ascii_uppercased and caseless_ascii_equals to Str
This commit is contained in:
parent
690e690bb7
commit
fc0a9ec4cf
49 changed files with 1974 additions and 1673 deletions
|
@ -262,6 +262,12 @@ impl<'a> LowLevelCall<'a> {
|
|||
StrWithAsciiLowercased => {
|
||||
self.load_args_and_call_zig(backend, bitcode::STR_WITH_ASCII_LOWERCASED)
|
||||
}
|
||||
StrWithAsciiUppercased => {
|
||||
self.load_args_and_call_zig(backend, bitcode::STR_WITH_ASCII_UPPERCASED)
|
||||
}
|
||||
StrCaselessAsciiEquals => {
|
||||
self.load_args_and_call_zig(backend, bitcode::STR_CASELESS_ASCII_EQUALS)
|
||||
}
|
||||
|
||||
// List
|
||||
ListLenU64 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue