Advertisement
Guest User

Untitled

a guest
May 15th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. const std = @import "std"
  2.  
  3. struct Option
  4. primary ref
  5.  
  6. macro unwrap
  7. end
  8.  
  9. macro h(ref: @ref)
  10. return Option<@typeof ref> ref
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement