Skip to content

Commit dc72f52

Browse files
authored
Merge pull request #6 from JuliaArrays/teh/exporttype
Export the types
2 parents ac9871a + b061f19 commit dc72f52

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)