Preparing search index...
The search index is not available
z3-solver
z3-solver
BoolCreation
Interface BoolCreation<Name>
interface
BoolCreation
<
Name
extends
string
=
"main"
>
{
const
(
name
:
string
)
:
Bool
<
Name
>
;
consts
(
names
:
string
|
string
[]
)
:
Bool
<
Name
>
[]
;
fresh
(
prefix
?:
string
)
:
Bool
<
Name
>
;
sort
()
:
BoolSort
<
Name
>
;
val
(
value
:
boolean
)
:
Bool
<
Name
>
;
vector
(
prefix
:
string
,
count
:
number
)
:
Bool
<
Name
>
[]
;
}
Type Parameters
Name
extends
string
=
"main"
Index
Methods
const
consts
fresh
sort
val
vector
Methods
const
const
(
name
:
string
)
:
Bool
<
Name
>
Parameters
name
:
string
Returns
Bool
<
Name
>
consts
consts
(
names
:
string
|
string
[]
)
:
Bool
<
Name
>
[]
Parameters
names
:
string
|
string
[]
Returns
Bool
<
Name
>
[]
fresh
fresh
(
prefix
?:
string
)
:
Bool
<
Name
>
Parameters
Optional
prefix
:
string
Returns
Bool
<
Name
>
sort
sort
()
:
BoolSort
<
Name
>
Returns
BoolSort
<
Name
>
val
val
(
value
:
boolean
)
:
Bool
<
Name
>
Parameters
value
:
boolean
Returns
Bool
<
Name
>
vector
vector
(
prefix
:
string
,
count
:
number
)
:
Bool
<
Name
>
[]
Parameters
prefix
:
string
count
:
number
Returns
Bool
<
Name
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
const
consts
fresh
sort
val
vector
z3-solver
Loading...