Closed eos175 closed 3 months ago
You would need to cast beforehand, which I think is fine. Let me know if I should do it.
Yeah, it would be better to change types it all the way down, because its just string and it prevents unnecessary panic.
There can't be a panic because the cast is safe. However, exclude
is always []string
, so it's better to change it
Looks good. But probably array could be []T and not any to make things even easier.