1
0
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:
yuyi
2021-01-14 10:51:13 +08:00
committed by GitHub
parent c8bcee9639
commit a2efb5319d
13 changed files with 75 additions and 75 deletions

View File

@@ -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