mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
x64: pass variables to functions
This commit is contained in:
@ -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) {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user