OCLOperators at
No edit summary
No edit summary
Line 8: Line 8:
|a
|a
|}
|}
[[Category:OCLOperators]]
[[Category:OCL Collection Operators]]
[[Category:OCL Collection Operators]]

Revision as of 06:01, 18 April 2023

This page was created by Alexandra on 2017-08-13. Last edited by Edgar on 2025-01-20.

at ( index : Integer ) : T

Returns the element of self at the *index* position.

Expression Result
Sequence{'a', 'b'}->at(1) a