Section 4.15.1, 4.15.3
Array methods

In 4.15.1, REPLACE

            unique() returns

WITH

            uniq() returns

 

In 4.15.1, in the example, REPLACE both occurrences of

            SA.unique

WITH

            SA.uniq

 

In 4.15.1, in the example, REPLACE

            unique_index() returns

WITH

            uniq_index() returns

 

In 4.15.3, REPLACE

            and() returns

WITH

            and_reduction() returns

 

In 4.15.3, REPLACE

            or() returns

WITH

            or_reduction() returns

 

In 4.15.3, REPLACE

            xor() returns

WITH

            xor_reduction() returns

 

In 4.15.3, in the example, REPLACE

            b.xor with

WITH

            b.xor_reduction with