@oazmi/kitchensink - v0.9.13
github
readme
src
dist
examples
Preparing search index...
lambda
memorizeMultiCore_Signature
Interface memorizeMultiCore_Signature
memorizeMultiCore_Signature
<
V
,
ARGS
extends
any
[]
>
(
fn
:
(
...
args
:
ARGS
)
=>
V
,
weak_ref
?:
false
,
)
:
{
fn
:
(
...
args
:
ARGS
)
=>
V
;
memory
:
typeof
StrongTree
}
Type Parameters
V
ARGS
extends
any
[]
Parameters
fn
:
(
...
args
:
ARGS
)
=>
V
Optional
weak_ref
:
false
Returns
{
fn
:
(
...
args
:
ARGS
)
=>
V
;
memory
:
typeof
StrongTree
}
memorizeMultiCore_Signature
<
V
,
ARGS
extends
any
[]
>
(
fn
:
(
...
args
:
ARGS
)
=>
V
,
weak_ref
:
true
,
)
:
{
fn
:
(
...
args
:
ARGS
)
=>
V
;
memory
:
typeof
HybridTree
}
Type Parameters
V
ARGS
extends
any
[]
Parameters
fn
:
(
...
args
:
ARGS
)
=>
V
weak_ref
:
true
Returns
{
fn
:
(
...
args
:
ARGS
)
=>
V
;
memory
:
typeof
HybridTree
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
github
readme
src
dist
examples
@oazmi/kitchensink - v0.9.13
Loading...