Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 902 Bytes

File metadata and controls

39 lines (22 loc) · 902 Bytes

VectorQ

VectorQ(v)

returns True if v is a list of elements which are not themselves lists.

VectorQ(v, f)

returns True if v is a vector and f(x) returns True for each element x of v.

See

Examples

>> VectorQ({a, b, c})
True

Implementation status

  • ✅ - full supported

Github