Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_ops
Function · 0.45
bench_vector3_bulk_ops
Function · 0.45
bench_quaternion_bulk_ops
Function · 0.45
bench_quaternion_lerp_modes
Function · 0.45
bench_transform2d_mat_roundtrip
Function · 0.45
bench_transform3d_mat_roundtrip
Function · 0.45
bench_matrix4_bulk_ops
Function · 0.45
bench_matrix_sizes_bulk_ops
Function · 0.45
bench_matrix4_pack
Function · 0.45
bench_matrix_sizes_pack
Function · 0.45
bench_matrix_huge_ops
Function · 0.45
bench_matrix_huge_pack
Function · 0.45
Calls
1
as_slice
Method · 0.45
Tested by
1
matrix_api_cell_helpers_match_unchecked_reference_loops
Function · 0.36