Home
last modified time | relevance | path

Searched refs:first_mut (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/syn/src/
H A Dpunctuated.rs80 pub fn first_mut(&mut self) -> Option<&mut T> { in first_mut() functions
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs9358 assert_eq!(a.first_mut(), None); in test_first_mut()
9360 assert_eq!(*a.first_mut().unwrap(), 11); in test_first_mut()
9362 assert_eq!(*a.first_mut().unwrap(), 11); in test_first_mut()
[all...]

Completed in 47 milliseconds