What’s the correct way to convert an `Array<Int...
# getting-started
e
What’s the correct way to convert an
Array<Int?>
to
Array<Int>
oh,
nullableList.filterNotNull()
✔️ 3
d
Cast. 🏃🏼
🙄 3
😅 3
👺 1