BatchSeq convenience alias
This commit is contained in:
parent
823792bc19
commit
82d69757c7
@ -1,4 +1,4 @@
|
|||||||
export seq, Seq
|
export seq, Seq, BatchSeq
|
||||||
|
|
||||||
immutable Seq{T,S} <: AbstractVector{T}
|
immutable Seq{T,S} <: AbstractVector{T}
|
||||||
data::CatMat{T,S}
|
data::CatMat{T,S}
|
||||||
@ -19,3 +19,5 @@ Media.render{T<:Seq}(i::Juno.Inline, b::Type{T}) =
|
|||||||
Juno.fade("[$(length(b))]")),
|
Juno.fade("[$(length(b))]")),
|
||||||
Juno.trim(collect(b)))
|
Juno.trim(collect(b)))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
typealias BatchSeq{T<:Seq} Batch{T}
|
||||||
|
Loading…
Reference in New Issue
Block a user