How to write “non-assert” debugging code in rust

前端 未结 0 1942
借酒劲吻你
借酒劲吻你 2020-12-07 01:11

I have two (I hope) equivalent functions like:

fn slow_summary(foo: &Foo) -> Bar {
}

fn fast_summary(foo: Foo) -> Bar {
}

I want t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题