Skip to content

Commit badb104

Browse files
chore: remove intrinsics for now
1 parent 8cbd169 commit badb104

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

array/fixedarray.mbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
/// [1, 2, 3, 4, 5].each(fn(x){ arr.push(x) })
2828
/// assert_eq(arr, [1, 2, 3, 4, 5])
2929
/// ```
30-
/// TODO: change the intrinsic to match the function name
31-
#intrinsic("%fixedarray.iter")
3230
pub fn[T] FixedArray::each(
3331
self : FixedArray[T],
3432
f : (T) -> Unit?Error

0 commit comments

Comments
 (0)