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