I have an array A of boolean values, indexed by integers 0 to n, all initially set to true.
A
0
n
true
My current implementa
Make initilization using range function without knowing the number of elements in the array.
for i,_:=range(A){A[i] = true}