qasm-ts - v2.0.0
GitHub
NPM
Preparing search index...
qasm3/ast
Range
Class Range
Class representing a range.
Hierarchy (
View Summary
)
Expression
Range
Index
Constructors
constructor
Properties
end
start
step
Constructors
constructor
new
Range
(
start
?:
Expression
,
end
?:
Expression
,
step
?:
Expression
)
:
Range
Parameters
Optional
start
:
Expression
Optional
end
:
Expression
Optional
step
:
Expression
Returns
Range
Properties
end
end
:
Expression
start
start
:
Expression
step
step
:
Expression
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
end
start
step
GitHub
NPM
qasm-ts - v2.0.0
Loading...
Class representing a range.