enum NDArrayError
s5Utils12NDArrayErrorO
42PJG
import Utils
case shapeMismatch(String)
case dimensionMismatch(String)
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Sendable
var localizedDescription: String { get }
Retrieve the localized description for this error.