as2fm.as2fm_common.array_type.is_valid_array
- as2fm.as2fm_common.array_type.is_valid_array(in_sequence: MutableSequence | str) bool
Check that the array is composed of a list of (int, float, list).
This does not check that all sub-lists have the same depth (e.g. [[1], [[1,2,3]]]).