that was what I wanted
This commit is contained in:
parent
957e23eb6b
commit
a7a46e3a82
@ -1,6 +1,7 @@
|
||||
import Base: eltype, size, getindex, setindex!, convert
|
||||
|
||||
ABatch{T} = AbstractVector{T}
|
||||
abstract type ABatch{T} <: AbstractVector{T}
|
||||
end
|
||||
|
||||
struct CatMat{T,S} <: ABatch{T}
|
||||
data::S
|
||||
|
Loading…
Reference in New Issue
Block a user