LongArray
Constructors
Functions
Properties
Extensions
Link copied to clipboard
Link copied to clipboard
Returns new array which is a copy of the original array.
Since Kotlin 1.0
Returns new array which is a copy of the original array, resized to the given newSize. The copy is either truncated or padded at the end with zero values if necessary.
Since Kotlin 1.0
Link copied to clipboard
Link copied to clipboard
Returns an array containing all elements of the original array and then the given element.
Since Kotlin 1.0
Returns an array containing all elements of the original array and then all elements of the given elements collection.
Since Kotlin 1.0
Returns an array containing all elements of the original array and then all elements of the given elements array.
Since Kotlin 1.0
Link copied to clipboard
Returns a new SortedSet of all elements.
Since Kotlin 1.0
Link copied to clipboard
Returns a typed object array containing all of the elements of this primitive array.
Since Kotlin 1.0