Create a Link by chaining two links
links
factory Link.concat( Link first, Link second, ) => Link.from([first, second]);