There are constraints on many AnyArrayBuffer where Dispatch == VectorArrayDispatch that really should be AnyArrayBuffer where Dispatch: VectorArrayDispatch. I couldn't get it to compile at the time but now that we have more parts working maybe we can figure out how to change these. Many are interrelated so one might need to change them all at once.
There are constraints on many
AnyArrayBuffer where Dispatch == VectorArrayDispatchthat really should beAnyArrayBuffer where Dispatch: VectorArrayDispatch. I couldn't get it to compile at the time but now that we have more parts working maybe we can figure out how to change these. Many are interrelated so one might need to change them all at once.