Generic function accepting both a typed and readonly array
I want to create a function which accepts both a typed array and a readonly const array. Currently I can only figure out how to accept a typed array.
I want to create a function which accepts both a typed array and a readonly const array. Currently I can only figure out how to accept a typed array.