Skip to content

Commit b061f19

Browse files
committed
Export the types
1 parent ac9871a commit b061f19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/MappedArrays.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
__precompile__()
2+
13
module MappedArrays
24

35
using Base: @propagate_inbounds
46

5-
export mappedarray, of_eltype
7+
export AbstractMappedArray, MappedArray, ReadonlyMappedArray, mappedarray, of_eltype
68

79
abstract AbstractMappedArray{T,N} <: AbstractArray{T,N}
810

0 commit comments

Comments
 (0)