is_sequence_of_uint
- compas.data.is_sequence_of_uint(items)[source]
Verify that the sequence contains only unsigned integers.
- Parameters
items (sequence) – The sequence of items.
- Returns
bool
Verify that the sequence contains only unsigned integers.
items (sequence) – The sequence of items.
bool