ecl-logo Documentation

SameLengthQ

SameLengthQ[items]bool

compares the lengths of a sequence of items. Returns True if they are all the same length. Non-lists are length 0, and it can safely check that all items return length 0 as well.

Details

    Input
    Output

Examples

Basic Examples  (3)

Given lists of same length:

Given lists with different lengths:

Given atomic items: