agreed. in my case I just found that `createItem()...
# stdlib
d
agreed. in my case I just found that
createItem()
was using another list under the hood, so I just went with
anotherList.map { ... }