Advertisement
tinyevil

Untitled

Jul 6th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. import foo;
  2.  
  3. invoke generate_trunc_functions({i8, i16, i32, i64, complex}); // this requires a lookup for "complex" and "generate_trunc_functions"
  4.  
  5. struct complex{
  6. ...
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement