chickadee » srfi-214 » flexvector-length

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).