Atom - - Repeat

Characters:

Tags: array , number , vectorize

Arity: dyadic

This atom is dyadic, which means it takes two arguments.

Functionality

Repeat list x y times.

Details

Unlike x (Replicate), this does not vectorize between the values, but rather at depth 0 on the right. It simply concatenates y copies of x together.