macro_rules! qa_create {
($sqrid: ty) => { ... };
}Expand description
Helper macro to a Qa type from an super::base::Sqrid.
Example usage:
type Sqrid = sqrid::sqrid_create!(3, 3, false);
type Qa = sqrid::qa_create!(Sqrid);macro_rules! qa_create {
($sqrid: ty) => { ... };
}Helper macro to a Qa type from an super::base::Sqrid.
Example usage:
type Sqrid = sqrid::sqrid_create!(3, 3, false);
type Qa = sqrid::qa_create!(Sqrid);