Next: iklib vectors comparison, Previous: iklib vectors constructors, Up: iklib vectors [Index]
Return #t
if the vector vec has zero length, otherwise return
#f
. It is an error if vec is not a vector.
Return #t
if obj is a vector and it has zero length,
otherwise return #f
.
Return #t
if obj is a vector object with non–zero length;
otherwise return #f
. This function does not raise an
exception if obj is not a vector object.
Return #t
if obj is null or a proper list of vector objects;
otherwise return #f
.
Return #t
if all the arguments are vectors of the same length;
otherwise return #f
. It is an error if an argument is not a
vector object.
Return #t
if obj is null or a proper list of vector objects,
all with the same length; otherwise return #f
.