8 lines
101 B
Rust
8 lines
101 B
Rust
pub type Integer = i32;
|
|
|
|
pub type UBigInt = u64;
|
|
pub type BigInt = i64;
|
|
|
|
pub type VarChar = String;
|
|
|