1
0
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:
Alexander Medvednikov
2022-04-15 15:35:35 +03:00
parent 0527ac633e
commit fb192d949b
164 changed files with 533 additions and 533 deletions

View File

@ -474,7 +474,7 @@ enum CharClass_parse_state {
}
fn (re RE) get_char_class(pc int) string {
buf := []byte{len: (re.cc.len)}
buf := []u8{len: (re.cc.len)}
mut buf_ptr := unsafe { &u8(&buf) }
mut cc_i := re.prog[pc].cc_index