All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nativeMain.internal.commonFunctions.kt Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2016-2019 JetBrains s.r.o.
 * Use of this source code is governed by the Apache 2.0 License that can be found in the LICENSE.txt file.
 */

package kotlinx.collections.immutable.internal

@OptIn(kotlin.experimental.ExperimentalNativeApi::class)
internal actual fun assert(condition: Boolean) = kotlin.assert(condition)


internal actual var AbstractMutableList<*>.modCount: Int
    get() = 0
    set(@Suppress("UNUSED_PARAMETER") value) {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy