OCLOperators at
No edit summary
No edit summary
Line 1: Line 1:
=== at ( index : Integer ) : T ===
=== at ( index : Integer ) : T ===
Returns the element of ''self'' at the *index* position.
Returns the element of ''self'' at the *index* position.  
{| class="wikitable"
{| class="wikitable"
!Expression
!Expression

Revision as of 08:01, 2 March 2023

at ( index : Integer ) : T

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

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