Function OSSingleton.clipboard

The clipboard from the host OS. Might be unavailable on some platforms.

String clipboard() nothrow @property @nogc;

void clipboard (
  String v
) nothrow @property @nogc;