TypeTensor - v0.1.0
Preparing search index...
@typetensor/core
IncompatibleShapes
Type Alias IncompatibleShapes<A, B>
IncompatibleShapes
:
never
&
{
__error
:
`
Cannot broadcast shapes [
${
ShapeToString
<
A
>
}
] and [
${
ShapeToString
<
B
,
>
}
]
`
;
}
A special never type that includes our error message TypeScript will show this in error messages
Type Parameters
A
extends
Shape
B
extends
Shape
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
TypeTensor - v0.1.0
Loading...
A special never type that includes our error message TypeScript will show this in error messages