MMKV
MMKV copied to clipboard
能否添加 u64\u32\u16\u8 这些数据类型的接口?
如题
I want to know why the author doesn't use generics to handle it, such as put::<i32>() and put::<bool>().