Preparing search index...
The search index is not available
blaze-cardano
blaze-cardano
blaze-data/src
TSetIntersect
Type Alias TSetIntersect<T, S, Acc>
TSet
Intersect
<
T
,
S
,
Acc
>
:
T
extends
[
infer
L
extends
PropertyKey
,
...
(
infer
R
extends
PropertyKey
[]
)
]
?
TSetIncludes
<
S
,
L
>
extends
true
?
TSetIntersect
<
R
,
S
,
[
...
Acc
,
L
]
>
:
TSetIntersect
<
R
,
S
,
[
...
Acc
]
>
:
Acc
Type Parameters
T
extends
PropertyKey
[]
S
extends
PropertyKey
[]
Acc
extends
PropertyKey
[]
=
[
]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
blaze-cardano
Loading...