if I have a `List<MyObject>` and `MyObject` ...
# android
j
if I have a
List<MyObject>
and
MyObject
has a field called
id
, what's the idiomatic kotlin way to extract an array of
id
from that list?