Is there a plan on changing it in the future and support nullable bool arrays (both as inputs and as outputs)?
Shouldn't this be relatively simple, as booleans are represented as integers in R and the NA value is int.MinValue, so in theory, when converting the array of nullable booleans to array of integers (and back) the int.MinValue can be used to represent NA values.
Shouldn't this be relatively simple, as booleans are represented as integers in R and the NA value is int.MinValue, so in theory, when converting the array of nullable booleans to array of integers (and back) the int.MinValue can be used to represent NA values.