Closed tomaka closed 9 years ago
Replaces function with function0, function1, function2, etc. depending on the number of parameters.
function
function0
function1
function2
Oh looks like stable Rust doesn't like the macros.
Stable Rust doesn't work, but 1.2 beta does. This is fine to me.
Replaces
function
withfunction0
,function1
,function2
, etc. depending on the number of parameters.