Preparing search index...
The search index is not available
z3-solver
z3-solver
StringCreation
Interface StringCreation<Name>
interface
StringCreation
<
Name
extends
string
>
{
const
(
name
:
string
)
:
Seq
<
Name
,
Sort
<
Name
>
>
;
consts
(
names
:
string
|
string
[]
)
:
Seq
<
Name
,
Sort
<
Name
>
>
[]
;
sort
()
:
SeqSort
<
Name
,
Sort
<
Name
>
>
;
val
(
value
:
string
)
:
Seq
<
Name
,
Sort
<
Name
>
>
;
}
Type Parameters
Name
extends
string
Index
Methods
const
consts
sort
val
Methods
const
const
(
name
:
string
)
:
Seq
<
Name
,
Sort
<
Name
>
>
Create a string constant
Parameters
name
:
string
Returns
Seq
<
Name
,
Sort
<
Name
>
>
consts
consts
(
names
:
string
|
string
[]
)
:
Seq
<
Name
,
Sort
<
Name
>
>
[]
Create multiple string constants
Parameters
names
:
string
|
string
[]
Returns
Seq
<
Name
,
Sort
<
Name
>
>
[]
sort
sort
()
:
SeqSort
<
Name
,
Sort
<
Name
>
>
Create a string sort
Returns
SeqSort
<
Name
,
Sort
<
Name
>
>
val
val
(
value
:
string
)
:
Seq
<
Name
,
Sort
<
Name
>
>
Create a string value
Parameters
value
:
string
Returns
Seq
<
Name
,
Sort
<
Name
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
const
consts
sort
val
z3-solver
Loading...