A
Size: a a a
A
R
R
R
dispatcher.add_system(write::<Foo>().with::<Bar>(), system_a)
и dispatcher.add_system(write::<Foo>().without::<Bar>(), system_b)
не конфликтуютR
R
A
R
world.query::<&Foo>.with::<Bar>().iter()
A
A
R
world.iter(query_i_calculated_before)
R
R
A
R
A
AT
L
AT
R