Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle out of bounds exception in binary operator (#78)
The vector-to-vector binary operator can throw a panic when the right-hand-side vector is smaller than the left-hand-side vector. This commit fixes that issue by adding an explicit check for the length of the right-hand-side vector.
- Loading branch information