MCPcopy Create free account
hub / github.com/Apress/beginning-rust-2e / g

Function g

Source Code/19-11.rs:6–6  ·  view source on GitHub ↗
(a: i32)

Source from the content-addressed store, hash-verified

4*/
5fn main() {
6 fn g(a: i32) { }
7 fn f<T>(a: T) -> bool {
8 g(a);
9 a == a

Callers 1

fFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected