mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
V 0.0.12 open-source release
This commit is contained in:
8
builtin/option.v
Normal file
8
builtin/option.v
Normal file
@@ -0,0 +1,8 @@
|
||||
module builtin
|
||||
|
||||
struct Option {
|
||||
data voidptr
|
||||
error string
|
||||
ok bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user