micro_utils.dokka
0.17.5
common
micro_utils.dokka
/
dev.inmo.micro_utils.common
/
diff
diff
inline
fun
<
T
>
Iterable
<
T
>
.
diff
(
other
:
Iterable
<
T
>
,
strictComparison
:
Boolean
=
false
)
:
Diff
<
T
>
inline
fun
<
T
>
Iterable
<
T
>
.
diff
(
other
:
Iterable
<
T
>
,
noinline
comparisonFun
:
(
T
?
,
T
?
)
->
Boolean
)
:
Diff
<
T
>