noun
sequence type
Computing term for a data type representing an ordered collection of elements, such as lists or arrays.
Pythonでは、リストは順序列型の一種です。
In Python, a list is a kind of sequence type.
Compound of 順序 (order) + 列 (row, sequence) + 型 (type, pattern).