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

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

There is a newer version: 0.3.8
Show 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

internal expect fun assert(condition: Boolean)

@Suppress("NO_ACTUAL_FOR_EXPECT") // implemented by protected property in JVM
internal expect var AbstractMutableList<*>.modCount: Int




© 2015 - 2024 Weber Informatics LLC | Privacy Policy