This question shows research effort; it is useful and clear
8
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
var b: array[5, int]
type
ArrRef = ref array[5, int]
var c : ArrRef
echo repr(c) # nil
c = addr b # doesn't compile, says type is Array constructor, expected reference