Skip to content

Instantly share code, notes, and snippets.

@Cauterite
Created August 26, 2016 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cauterite/945111bc7d2d078091a030390c222ff0 to your computer and use it in GitHub Desktop.
Save Cauterite/945111bc7d2d078091a030390c222ff0 to your computer and use it in GitHub Desktop.
struct Poison {
@disable this();
@disable this(this);
@disable this(typeof(this));
@disable void opAssign(in ref typeof(this));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment