1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

builtin: define u8 = byte alias

This commit is contained in:
Alexander Medvednikov
2021-04-15 02:58:27 +03:00
parent 546dc91967
commit 21c452c5cd
2 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,8 @@
// that can be found in the LICENSE file.
module builtin
type u8 = byte
/*
// old function for reference
pub fn (nn int) str1() string {