bireactive - v0.3.1
Function reader
reader
<
T
>
(
v
:
Val
<
T
>
)
:
()
=>
T
Resolve a
Val<T>
to a
() => T
closure that unwraps on each call.
Type Parameters
T
Parameters
v
:
Val
<
T
>
Returns
()
=>
T
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Demo
bireactive - v0.3.1
Resolve a
Val<T>to a() => Tclosure that unwraps on each call.