mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
cleanup
This commit is contained in:
parent
dd9fea6115
commit
f1a3320ba3
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
|||
module builtin
|
||||
|
||||
// str returns the value of the `int` as a `string`.
|
||||
// Example: assert int(-2020).str() == '-2020'
|
||||
// pub fn int_str(n int) string {
|
||||
// return i64(n).str()
|
||||
//}
|
Loading…
Add table
Add a link
Reference in a new issue