Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct expression for vcat (#19603)
Related to https://discourse.julialang.org/t/whats-the-meaning-of-the-array-syntax/938. I understand that the expression for `vcat` is `[A; B; C; ...]` not `[A, B, C, ...]`.
- Loading branch information