micro_utils.dokka
Toggle table of contents
0.24.0
common
Platform filter
common
Switch theme
Search in API
micro_utils.dokka
micro_utils.dokka
/
dev.inmo.micro_utils.common
/
padWith
pad
With
inline
fun
<
T
>
Sequence
<
T
>
.
padWith
(
size
:
Int
,
inserter
:
(
Sequence
<
T
>
)
->
Sequence
<
T
>
)
:
Sequence
<
T
>
(
source
)
inline
fun
<
T
>
List
<
T
>
.
padWith
(
size
:
Int
,
inserter
:
(
List
<
T
>
)
->
List
<
T
>
)
:
List
<
T
>
(
source
)