mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: replace []byte with []u8
This commit is contained in:
@@ -6,7 +6,7 @@ module strings
|
||||
/*
|
||||
pub struct Builder {
|
||||
mut:
|
||||
buf []byte
|
||||
buf []u8
|
||||
pub mut:
|
||||
len int
|
||||
initial_size int = 1
|
||||
|
Reference in New Issue
Block a user