Skip to content

Instantly share code, notes, and snippets.

@kovrov
Created August 9, 2010 14:03
Show Gist options
  • Save kovrov/515454 to your computer and use it in GitHub Desktop.
Save kovrov/515454 to your computer and use it in GitHub Desktop.
typedef-2.0.d
struct Typedef(T)
{
T _;
alias _ this;
}
alias Typedef!int myInt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment