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 3e9e0bd commit 98ed8aeCopy full SHA for 98ed8ae
builtin/intrinsics.mbt
@@ -1558,7 +1558,7 @@ pub fn String::length(self : String) -> Int = "%string_length"
1558
/// * `index` : The position in the string from which to retrieve the code unit.
1559
///
1560
/// This method has O(1) complexity.
1561
-#deprecated("Use `code_unit_at` instead which returns UInt16")
+#deprecated("Use `_[_]` instead which returns UInt16")
1562
pub fn String::charcode_at(self : String, idx : Int) -> Int = "%string_get"
1563
1564
///|
0 commit comments