Skip to content

Commit

Permalink
Export isstrided (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos authored Oct 7, 2024
1 parent 8dc8b0b commit 39bc28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Strided.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ using StridedViews
using StridedViews: offset, ParentIndex

# re-export?
export StridedView, @strided, sreshape, sview
export StridedView, @strided, sreshape, sview, isstrided

const _NTHREADS = Ref(1)
get_num_threads() = _NTHREADS[]
Expand Down

0 comments on commit 39bc28c

Please sign in to comment.