MCPcopy Create free account
hub / github.com/PerroEngine/Perro / iter

Method iter

perro_source/core/perro_structs/src/structs/matrix/mod.rs:363–365  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

361
362 #[inline]
363 pub fn iter(&self) -> std::slice::Iter<'_, T> {
364 self.as_slice().iter()
365 }
366
367 #[inline]
368 pub fn iter_mut(&mut self) -> std::slice::IterMut<'_, T> {

Callers 15

bench_vector2_bulk_opsFunction · 0.45
bench_vector3_bulk_opsFunction · 0.45
bench_matrix4_bulk_opsFunction · 0.45
bench_matrix4_packFunction · 0.45
bench_matrix_sizes_packFunction · 0.45
bench_matrix_huge_opsFunction · 0.45
bench_matrix_huge_packFunction · 0.45

Calls 1

as_sliceMethod · 0.45