leo-std 4.2.0

Embedded Leo standard library source
Documentation
1
2
3
4
5
// Leo standard library entry source.

fn identity_u32(x: u32) -> u32 {
    return x;
}