noun
current element
Computing term referring to the element currently being processed or pointed to in a data structure, such as in iteration or parsing.
ループ内で現要素を取得する。
Retrieve the current element inside the loop.
現要素の値を更新する。
Update the value of the current element.