Skip to content

Instantly share code, notes, and snippets.

@Cauterite
Created August 26, 2016 17:49
Show Gist options
  • 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