Advertisement
Guest User

main.d

a guest
Jul 10th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.17 KB | None | 0 0
  1. import dependency;
  2. import std.typecons : Nullable;
  3.  
  4. class Baz{}
  5.  
  6. void main()
  7. {
  8.     alias Working = CustomStruct!(int, "foo");
  9.     alias Boom = CustomStruct!(Baz, "bar");
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement