push

Creates an update Bson for pushing elements.

Return

The update bson.

Author

Jan Müller

Parameters

<receiver>
The target KProperty.
element
The element to be pushed.
T
The type of the element.
infix fun <T : Any?> KProperty<Iterable<T>??>.push(element: T): Bson