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 8cbd169 commit badb104Copy full SHA for badb104
array/fixedarray.mbt
@@ -27,8 +27,6 @@
27
/// [1, 2, 3, 4, 5].each(fn(x){ arr.push(x) })
28
/// assert_eq(arr, [1, 2, 3, 4, 5])
29
/// ```
30
-/// TODO: change the intrinsic to match the function name
31
-#intrinsic("%fixedarray.iter")
32
pub fn[T] FixedArray::each(
33
self : FixedArray[T],
34
f : (T) -> Unit?Error
0 commit comments