builtin: re-enable u8 alias

pull/10988/head
Alexander Medvednikov 2021-07-29 06:46:12 +03:00
parent 09df5adbdd
commit b79dd7f0b3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ module builtin
// ----- value to string functions -----
//
//type u8 = byte
type u8 = byte
// ptr_str returns the address of `ptr` as a `string`.
pub fn ptr_str(ptr voidptr) string {