mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
parser/cgen: default struct field values
This commit is contained in:
@ -8,7 +8,7 @@ mut:
|
||||
buf []byte
|
||||
pub mut:
|
||||
len int
|
||||
initial_size int=1
|
||||
initial_size int = 1
|
||||
}
|
||||
|
||||
pub fn new_builder(initial_size int) Builder {
|
||||
|
Reference in New Issue
Block a user