as2fm.as2fm_common.common.is_valid_array

as2fm.as2fm_common.common.is_valid_array(in_sequence: MutableSequence | str) bool

Check that the array is composed by a list of (int, float, list).

This does not check that all sub-lists have the same depth (e.g. [[1], [[1,2,3]]]).