Ada Programming/Attributes/'Parallel Reduce

Description

edit

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
XParallel_Reduce (Reducer,Initial_Value)