frellan
05/23/2018, 6:17 PMArray
constructor takes a (Int) -> Array
function, I have this function nthBits(n: Int, k: Int, index: Int): IntArray
where bits
, n
and k
are all the same always and then I want to pass index
is this possible?