http server
This commit is contained in:
10
std/str.zr
10
std/str.zr
@@ -297,13 +297,3 @@ func str.Builder.free_buffer[b: str.Builder] : void
|
||||
b->size = 0
|
||||
b->capacity = 0
|
||||
|
||||
// here to prevent num depending on mem
|
||||
func i64.to_str[n: i64] : str
|
||||
out := mem.alloc(21)
|
||||
n->to_str_buf(out)
|
||||
return out as str
|
||||
|
||||
func i64.to_hex_str[n: i64] : str
|
||||
out := mem.alloc(17)
|
||||
n->to_hex_str_buf(out)
|
||||
return out as str
|
||||
|
||||
Reference in New Issue
Block a user