Preparing search index...
The search index is not available
@stemcmicro/context
@stemcmicro/context
Lambda
Class Lambda
Hierarchy
JsAtom
Lambda
Index
Constructors
constructor
Properties
end?
name
pos?
type
Accessors
body
hash
iscons
isnil
Methods
add
Ref
contains
equals
release
to
String
Constructors
constructor
new
Lambda
(
body
,
hash
,
pos
?
,
end
?
)
:
Lambda
Parameters
body
:
LambdaExpr
hash
:
string
Optional
pos
:
number
Optional
end
:
number
Returns
Lambda
Properties
Optional
Readonly
end
end
?:
number
Readonly
name
name
:
string
Optional
Readonly
pos
pos
?:
number
Readonly
type
type
:
"lambda"
= "lambda"
Accessors
body
get
body
(
)
:
LambdaExpr
Returns
LambdaExpr
hash
get
hash
(
)
:
string
Returns
string
iscons
get
iscons
(
)
:
boolean
Returns
boolean
isnil
get
isnil
(
)
:
boolean
Returns
boolean
Methods
add
Ref
add
Ref
(
)
:
void
Returns
void
contains
contains
(
needle
)
:
boolean
Parameters
needle
:
U
Returns
boolean
equals
equals
(
other
)
:
boolean
Parameters
other
:
U
Returns
boolean
release
release
(
)
:
void
Returns
void
to
String
to
String
(
)
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
end
name
pos
type
body
hash
iscons
isnil
add
Ref
contains
equals
release
to
String
@stemcmicro/context
Loading...