mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: byte => u8
This commit is contained in:
@ -25,7 +25,7 @@ mut:
|
||||
start &byte = 0
|
||||
previous &VMemoryBlock = 0
|
||||
remaining int
|
||||
current &byte = 0
|
||||
current &u8 = 0
|
||||
mallocs int
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user