summary refs log tree commit diff stats
path: root/tests/openarray/tuncheckedarray.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #19171; have `openArray` converted from `ptr UncheckedArray` be ↵Buldram2024-07-241-0/+19
mutable (#23882) Makes `toOpenArray(x: ptr UncheckedArray)` always return a `var openArray` regardless of if `x` is mutable.