OCLOperators Set
(Created page with "You can use Set with { } to create a set that you may use to loop over, like this: Set{1,2,3,4,5,6,7,8,9,10,11,12}->collect(i| DoSomthingWithAnInt(i))")
 
No edit summary
Line 1: Line 1:
You can use Set with { } to create a set that you may use to loop over, like this: Set{1,2,3,4,5,6,7,8,9,10,11,12}->collect(i| DoSomthingWithAnInt(i))
You can use Set with { } to create a set that you may use to loop over, like this: Set{1,2,3,4,5,6,7,8,9,10,11,12}->collect(i| DoSomthingWithAnInt(i))
[[Category:OCLOperators]]

Revision as of 19:17, 28 May 2018

You can use Set with { } to create a set that you may use to loop over, like this: Set{1,2,3,4,5,6,7,8,9,10,11,12}->collect(i| DoSomthingWithAnInt(i))

This page was edited 80 days ago on 02/10/2024. What links here