effect-ts-laws
Preparing search index...
typeclass
Isomorphism
Isomorphism
Interface Isomorphism<A, B>
A typeclass for lossless bidirectional conversion between two encodings.
interface
Isomorphism
<
A
,
B
>
{
from
:
(
to
:
B
)
=>
A
;
to
:
(
from
:
A
)
=>
B
;
}
Type Parameters
A
B
Index
Properties
from
to
Properties
Readonly
from
from
:
(
to
:
B
)
=>
A
Readonly
to
to
:
(
from
:
A
)
=>
B
Settings
Member Visibility
Internal
Theme
OS
Light
Dark
On This Page
Properties
from
to
effect-ts-laws
Loading...
A typeclass for lossless bidirectional conversion between two encodings.