Type Definition tsukurou::world::ChunksMut[][src]

type ChunksMut<'a> = IterMut<'a, ChunkLocation, Chunk>;

A mutably borrowing iterator over the chunks currently loaded by a world. Created using the World::chunks_mut() method.