Kotlin BSON • Multiplatform abstraction for different BSON implementations • opensavvy.ktmongo.bson • BsonArrayReader • elements
elements¶
abstract val elements: List<BsonValueReader>
A list of all elements in this reader.
Values of this map are the elements contained by this array. To go through this list with its indices, see Iterable.withIndex
or Collection.indices
.