qasm-ts - v2.0.0
GitHub
NPM
Preparing search index...
qasm3/ast
IndexSet
Class IndexSet
Class representing a literal index set of values.
{ Expression (, Expression )* }
Hierarchy (
View Summary
)
Expression
IndexSet
Index
Constructors
constructor
Properties
values
Constructors
constructor
new
IndexSet
(
values
:
Expression
[]
)
:
IndexSet
Parameters
values
:
Expression
[]
Returns
IndexSet
Properties
values
values
:
Expression
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
values
GitHub
NPM
qasm-ts - v2.0.0
Loading...
Class representing a literal index set of values.
{ Expression (, Expression )* }