Skip to content

Commit 776cf66

Browse files
committed
Import lazy_getindex
1 parent ae9ef1e commit 776cf66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LazyArrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import ArrayLayouts: MatMulVecAdd, MatMulMatAdd, MulAdd, Lmul, Rmul, Ldiv,
4949
transposelayout, conjlayout, sublayout, triangularlayout, triangulardata,
5050
reshapedlayout, diagonallayout, adjointlayout, sub_materialize,
5151
check_mul_axes, _mul_eltype, check_ldiv_axes, ldivaxes, colsupport, rowsupport,
52-
_fill_lmul!, @lazylmul, scalarone, scalarzero, fillzeros, zero!
52+
_fill_lmul!, @lazylmul, scalarone, scalarzero, fillzeros, zero!, lazy_getindex
5353

5454
if VERSION < v"1.2-"
5555
import Base: has_offset_axes

0 commit comments

Comments
 (0)