Home
last modified time | relevance | path

Searched refs:bound_as_ref (Results 1 – 1 of 1) sorted by relevance

/dports/lang/gleam/gleam-0.18.2/cargo-crates/vec1-1.8.0/src/
H A Dshared.rs895 fn bound_as_ref(bound: &Bound<usize>) -> Bound<&usize> { in bound_as_ref() function
905 bound_as_ref(&self.start) in start_bound()
909 bound_as_ref(&self.end) in end_bound()