mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
changed usize/isize static size types from u32/i32 to u64/i64
This commit is contained in:
parent
924715cce1
commit
ceddb886a9
@ -123,8 +123,8 @@ pub mod run_function {
|
||||
|
||||
// implementations of ByteData for other data
|
||||
|
||||
type UsizeConstLen = u32;
|
||||
type IsizeConstLen = i32;
|
||||
type UsizeConstLen = u64;
|
||||
type IsizeConstLen = i64;
|
||||
|
||||
impl ByteDataA for usize {
|
||||
fn as_byte_data(&self, vec: &mut Vec<u8>) {
|
||||
|
Loading…
Reference in New Issue
Block a user