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:
parent
8d13880cab
commit
437b32fe78
@ -202,7 +202,6 @@ pub fn (a[]int) str() string {
|
||||
}
|
||||
|
||||
pub fn (a []int) free() {
|
||||
// println('array free')
|
||||
C.free(a.data)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user