mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: change [1,2,3]!! to [1,2,3]! (#8101)
This commit is contained in:
@@ -891,7 +891,7 @@ pub:
|
||||
exprs []Expr // `[expr, expr]` or `[expr]Type{}` for fixed array
|
||||
ecmnts [][]Comment // optional iembed comments after each expr
|
||||
is_fixed bool
|
||||
has_val bool // fixed size literal `[expr, expr]!!`
|
||||
has_val bool // fixed size literal `[expr, expr]!`
|
||||
mod string
|
||||
len_expr Expr // len: expr
|
||||
cap_expr Expr // cap: expr
|
||||
|
||||
Reference in New Issue
Block a user