Catenate r←x⍪y

If x and y are arrays:

x and y, after extension, must have the same trailing axes (that is, the only difference in shape is the first element). Extension is as follows:

After extension, r is the major cells of x followed by the major cells of y.

If x and y are dictionaries, r is the dictionary containing all entries from x and y, right-biased.