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

main.com.microsoft.z3.UnsafeApi.kt Maven / Gradle / Ivy

package com.microsoft.z3

fun incRefUnsafe(ctx: Long, ast: Long) {
    // Invoke incRef directly without status check
    Native.INTERNALincRef(ctx, ast)
}

fun decRefUnsafe(ctx: Long, ast: Long) {
    // Invoke decRef directly without status check
    Native.INTERNALdecRef(ctx, ast)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy