Guest User

Untitled

a guest
Oct 24th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.19 KB | None | 0 0
  1. // does NOT conflict
  2. final bool trace ()
  3. final void trace (const(char[]) fmt, ...)
  4.  
  5. // conflicts :( but why?
  6. final bool trace ()
  7. final void trace (const(char)[] format, S...)(S arguments)
Add Comment
Please, Sign In to add comment