mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
fix typo, add builder sample
This commit is contained in:
@@ -263,7 +263,7 @@ compare :: proc(lhs, rhs: string) -> (result: int) {
|
||||
return mem.compare(transmute([]byte)lhs, transmute([]byte)rhs)
|
||||
}
|
||||
/*
|
||||
Returns the byte offset of the rune `r` in the string `s`, -1 when not found
|
||||
Checks if rune `r` in the string `s`
|
||||
|
||||
Inputs:
|
||||
- s: The input string
|
||||
|
||||
Reference in New Issue
Block a user