ESCalc - v0.0.1-beta.2
Preparing search index...
index
UnaryExpression
Type Alias UnaryExpression
type
UnaryExpression
=
{
expression
:
LogicalExpression
;
location
:
SourceRegion
|
null
;
operator
:
"not"
|
"bit-complement"
|
"negate"
;
type
:
"unary"
;
}
Index
Properties
expression
location
operator
type
Properties
expression
expression
:
LogicalExpression
location
location
:
SourceRegion
|
null
operator
operator
:
"not"
|
"bit-complement"
|
"negate"
type
type
:
"unary"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
expression
location
operator
type
ESCalc - v0.0.1-beta.2
Loading...