Enum ndarray::CowRepr [−][src]
Expand description
CowArray’s representation.
Don’t use this type directly—use the type alias
CowArray
for the array type!
Variants
View(ViewRepr<&'a A>)
Borrowed data.
Owned(OwnedRepr<A>)
Tuple Fields
0: OwnedRepr<A>
Owned data.