OCLOperators at0
No edit summary
No edit summary
Line 10: Line 10:
|a
|a
|}
|}
[[Category:OCLOperators]]
[[Category:OCL Collection Operators]]
[[Category:OCL Collection Operators]]

Revision as of 06:01, 18 April 2023

at ( index : Integer ) : T

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

Note! 0-based index.

Expression Result
Sequence{'a', 'b'}->at(1) a
This page was edited 92 days ago on 02/10/2024. What links here