KtMongo
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
KtMongo
Kotlin BSON • Multiplatform abstraction for different BSON implementations
/
opensavvy.ktmongo.bson
/
BsonArrayReader
/
size
size
open
val
size
:
Int
(
source
)
The number of elements in this array.
To iterate over the elements by index, see
indices
.