I hereby claim:
- I am nonsense2020 on github.
- I am fengcj1984 (https://keybase.io/fengcj1984) on keybase.
- I have a public key ASCYAcKH1hfFNkyBIfve8BNGebeZdhiYetRi-aFhH3KMtgo
To claim this, I am signing this object:
git ls-files -z | xargs -0n1 git blame -w | perl -n -e '/^.*\((.*?)\s*[\d]{4}/; print $1,"\n"' | sort -f | uniq -c | sort -n |
I hereby claim:
To claim this, I am signing this object:
/// Big Endian bits representation. | |
module omo::bits { | |
/// 0x0000_0000_0000_0000 | |
struct Bits has copy, drop, store, key { | |
data: u64, | |
len: u8, | |
} | |
public fun zero(): Bits { |