Interface Probe<Name>

interface Probe<Name extends string = "main"> {
    ctx: Context<Name>;
    ptr: Z3_probe;
}

Type Parameters

  • Name extends string = "main"

Properties

Properties

ptr: Z3_probe