- flexvector-length fvprocedure
Returns the length of fv, which is the number of elements contained in fv. flexvector-length has the same computational complexity as vector-length. In most Schemes, it will be O(1).
Returns the length of fv, which is the number of elements contained in fv. flexvector-length has the same computational complexity as vector-length. In most Schemes, it will be O(1).