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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user