fn join(a: anytype, b: anytype) @Vector(vectorLength(@TypeOf(a)) + vectorLength(@TypeOf(b)), field_call)

Returns a vector containing all elements of the first vector at the lower indices followed by all elements of the second vector at the higher indices.

Parameters

a: anytype,
b: anytype,