mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
Add #no_bounds_check to procedures in core:unicode
This commit is contained in:
@@ -14,7 +14,7 @@ package unicode
|
||||
// simple_fold('\u212a') == 'k'
|
||||
// simple_fold(-3) == -3
|
||||
@(require_results)
|
||||
simple_fold :: proc(r: rune) -> rune {
|
||||
simple_fold :: proc(r: rune) -> rune #no_bounds_check {
|
||||
Fold_Pair :: struct {
|
||||
from: u16,
|
||||
to: u16,
|
||||
|
||||
Reference in New Issue
Block a user