macro_rules! heightmaps {
($global_vis:vis $static_id:ident [
$($heightmap_id:ident $heightmap_name:literal $heightmap_predicate:ident),*
$(,)?
]) => { ... };
}
macro_rules! heightmaps {
($global_vis:vis $static_id:ident [
$($heightmap_id:ident $heightmap_name:literal $heightmap_predicate:ident),*
$(,)?
]) => { ... };
}