static S copyToClipboard(S text) { ret copyTextToClipboard(text); } static copyToClipboard(A image) { copyImageToClipboard(image); ret image; }