[−][src]Macro tense::tense
Instanciates Tense with given coordinates
Example
#[macro_use] extern crate tense; use tense::Tense; tense!(1,2,3); // vector 3 tense!( tense!(1,2,3), tense!(4,5,6) ); // matrix 2*3
Instanciates Tense with given coordinates
#[macro_use] extern crate tense; use tense::Tense; tense!(1,2,3); // vector 3 tense!( tense!(1,2,3), tense!(4,5,6) ); // matrix 2*3