OCLOperators dictionary
No edit summary
No edit summary
Line 1: Line 1:
  dictionary(loopvar| ExpressionForKeyDefinition ,  ExpressionForLookUpInDictionary )
  dictionary(loopvar| ExpressionForKeyDefinition ,  ExpressionForLookUpInDictionary )
When you need to iterate over two lists to match on some common attribute a dictionary will greatly reduce the work performed by the cpu.
When you need to iterate over two lists to match on some common attribute, a dictionary will greatly reduce the work performed by the CPU.


<html>
<html>

Revision as of 08:20, 2 March 2023

dictionary(loopvar| ExpressionForKeyDefinition ,  ExpressionForLookUpInDictionary )

When you need to iterate over two lists to match on some common attribute, a dictionary will greatly reduce the work performed by the CPU.

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