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

fmt: id []typ

This commit is contained in:
Zaoqi 2019-06-30 11:06:46 +00:00 committed by Alexander Medvednikov
parent 8d13880cab
commit 437b32fe78
7 changed files with 17 additions and 18 deletions

View File

@ -202,7 +202,6 @@ pub fn (a[]int) str() string {
}
pub fn (a []int) free() {
// println('array free')
C.free(a.data)
}