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

iosX64Main.extensions.NSUInteger.ios.kt Maven / Gradle / Ivy

package io.fluidsonic.time

import platform.darwin.*


internal actual inline fun NSUInteger.toUInt(): UInt =
	toUInt()


internal actual inline fun NSUInteger.toULong(): ULong =
	this


internal actual inline infix fun NSUInteger.or(other: NSUInteger): NSUInteger =
	this or other




© 2015 - 2025 Weber Informatics LLC | Privacy Policy