Guest User

Untitled

a guest
Jun 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. void main()
  2. {
  3. import std.datetime.date : Date;
  4. Date date;
  5. import core.internal.hash : hashOf;
  6. auto hash = date.hashOf;
  7. }
Add Comment
Please, Sign In to add comment