The Concat() Function

The Concat() function concatenates the values of its two opaque data type arguments and returns the result. It is bound to the || operator. The C name of this function is prefaced by the name of the opaque data type: OpaqueConcat().

BladeSmith generates only a template for this function. You must add code to perform the required operation.