Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ainevsia/Leetcode-Rust
/ testB
Function
testB
1759. Find the Missing IDs/src/main.rs:56–59 ·
view source on GitHub ↗
(a: &mut A)
Source
from the content-addressed store, hash-verified
54
}
55
56
fn testB(a: &mut A) {
57
// let b = MyPeekableB::new(a);
58
// b.hi();
59
}
60
61
struct MyPeekableA<T> {
62
iter: T
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected