Ada Programming/Attributes/'Parallel Reduce
Appearance
Description
[edit | edit source]Reduction expression that yields a result equivalent to replacing the attribute identifier with Reduce and the prefix of the attribute with the value_sequence.
X'Parallel_Reduce is a reduction expression that yields a result equivalent to replacing the attribute identifier with Reduce and the prefix of the attribute with the value_sequence:
[parallel for Item of X => Item]
Example
[edit | edit source]X’Parallel_Reduce (Reducer,Initial_Value)