Closed rj00a closed 7 months ago
Fetcher has get and get_mut, but it's missing get_many_mut. Its signature should look something like this:
Fetcher
get
get_mut
get_many_mut
fn get_many_mut<const N: usize>( &mut self, entities: [EntityId; N] ) -> Result<[Q::Item<'_>; N], GetError>
Fetcher
hasget
andget_mut
, but it's missingget_many_mut
. Its signature should look something like this: