mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
x64: pass variables to functions
This commit is contained in:
parent
9c9f6415da
commit
a602673adb
8 changed files with 100 additions and 29 deletions
|
@ -118,3 +118,7 @@ pub fn (db DB) exec_none(query string) int {
|
|||
pub fn (db DB) exec_param(query string, param string) []Row {
|
||||
}
|
||||
*/
|
||||
|
||||
pub fn (db DB) insert<T>(x T) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue