can I get the index like `mFaces[0].mIndices.all ...
# getting-started
e
can I get the index like
mFaces[0].mIndices.all { it. == index } shouldBe intArrayOf(0, 1, 2)
?