logo
macro_rules! impl_vector_deref {
    () => { ... };
    (
      $Va : ident $( :: $Vb : ident )* ,
      $For : ident $(,)?
    ) => { ... };
}
Expand description

Implement dereferencing of regular math object to math objects of math lib of choice.