iosArm64Main.common.extensions.Any.objc.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluid-time-iosarm64 Show documentation
Show all versions of fluid-time-iosarm64 Show documentation
multiplatform date & time library
The newest version!
package com.github.fluidsonic.fluid.time
import kotlin.native.concurrent.freeze as nativeFreeze
@Suppress("NOTHING_TO_INLINE")
internal actual inline fun T.freeze() =
nativeFreeze()