Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import std.stdio;
  2. import std.typecons : Flag;
  3. void test(Flag!"ehi" isEhi) {
  4.    writeln(isEhi
  5.  
  6. void main()
  7. {
  8.    test(Yes.ehi);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement