sequence-of type
Computing term for a type that represents a sequence of elements of a single type. Rare outside technical documentation.
In this programming language, the sequence-of type is often implemented as a list.
Compound of 単一型 (single type) + 順序列 (ordered sequence) + 型 (type). A technical term formed from standard kanji meanings.