Vec is not a subtype of AbstractArray any more
While Vec
technically satisfies the AbstractArray
interface, it does so quite inefficiently. Removing this will likely prevent performance bugs.
While Vec
technically satisfies the AbstractArray
interface, it does so quite inefficiently. Removing this will likely prevent performance bugs.