Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Corelib
a
b
pub fn max, +Drop, +Copy>(a: T, b: T) -> T
use core::cmp::max; assert!(max(0, 1) == 1);
Was this page helpful?