We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8510dae commit b9f70b6Copy full SHA for b9f70b6
src/utils.jl
@@ -1,6 +1,6 @@
1
-immutable UnsafeVectorView{T} <: AbstractVector{T}
2
- offset::Int
3
- len::Int
+immutable UnsafeVectorView{T,U} <: AbstractVector{T}
+ offset::U
+ len::U
4
ptr::Ptr{T}
5
end
6
0 commit comments