substitute

Substitutes all instances of from in range with to.

LazySubstitute!(A, B, C)
substitute
(
A
B
C
)
(,,
C to
)

Parameters

range A

The range to be substituted in.

from B

The value to be replaced.

to C

The value to replace from with.

Return Value

Type: LazySubstitute!(A, B, C)

A lazy substitute of range using from and to.

Meta