>Arrow provides some instances like `ListKW` in...
# arrow-contributors
p
Arrow provides some instances like
ListKW
indexed by index position.
make it into
Arrow provides
FilterIndex
instances for some of its datatypes that can be filtered by index, like
ListKW
and
MapKW
. You can look them up by calling
FilterIndex.filterIndex()
.