equilateral#
- static vectorious.equilateral(x, y)#
Note
Deprecated.
Asserts if x and y have the same length
Examples:
import { equilateral } from 'vectorious/core/equilateral'; equilateral([1, 2, 3], [1, 2]); // Error: lengths 3 and 2 do not match