pub fn broadcast_arrays(arrays: &[impl AsRef<Array>]) -> Result<Vec<Array>>
Broadcast a vector of arrays against one another. Returns an error if the shapes are broadcastable.
arrays