VectorQ¶ Tests whether an expression is a flat (non-nested) list. $ wo 'VectorQ[{1, 2, 3}]' True $ wo 'VectorQ[{{1, 2}, {3, 4}}]' False