MCPcopy Create free account
hub / github.com/douchuan/algorithm / Minimal

Interface Minimal

src/tree/binary/builder/tournament.rs:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26pub trait Minimal {
27 fn minimal() -> Self;
28}
29
30impl Minimal for i32 {
31 fn minimal() -> Self {

Callers

nothing calls this directly

Implementers 1

tournament.rssrc/tree/binary/builder/tournament.rs

Calls

no outgoing calls

Tested by

no test coverage detected