Zero?
Checks if all the elements of a list are zero.
Syntax
zero?(List | Vector)
Description
Given a list or a vector, returns true
if all the elements are zero, and false
otherwise.
Checks if all the elements of a list are zero.
zero?(List | Vector)
Given a list or a vector, returns true
if all the elements are zero, and false
otherwise.