numeric-rust / numeric

N-dimensional matrix class for Rust
MIT License
60 stars 10 forks source link

Generalize and speed up the tensor! macro #2

Closed IvanUkhov closed 8 years ago

IvanUkhov commented 8 years ago

Hello,

The pull request contains a number of minor adjustments to the tensor! macro that

Regards, Ivan

gustavla commented 8 years ago

Great work. Thanks for contributing!

I definitely agree it should support trailing commas/semi-colons.