noun
list abstract-operation
A computing term referring to an abstract operation on a list data structure, such as mapping, filtering, or folding. Used in technical contexts like programming language theory or algorithm design.
一覧抽象操作は、関数型プログラミングでよく使われる。
List abstract-operations are often used in functional programming.
このライブラリは、様々な一覧抽象操作を提供している。
This library provides various list abstract-operations.
リスト操作 is a more general term for list operations, while 一覧抽象操作 specifically emphasizes the abstract, often higher-order nature of the operation.
Compound of 一覧 (list, overview), 抽象 (abstract), and 操作 (operation). A direct calque from English 'list abstract-operation', likely coined in academic or technical computing contexts.