gtk-kt
glib
/
org.gtk.glib
/
asKSequence
as
KSequence
inline
fun
CStringList
?
.
asKSequence
(
)
:
Sequence
<
String
>
Content copied to clipboard
Null termination accepting sequence
inline
fun
<
I
:
CPointed
,
O
>
CPointer
<
GSList
>
?
.
asKSequence
(
crossinline
wrap
:
(
CPointer
<
I
>
)
->
O
)
:
Sequence
<
O
>
Content copied to clipboard
inline
fun
<
I
:
CPointed
,
O
>
CPointer
<
GList
>
?
.
asKSequence
(
crossinline
wrap
:
(
CPointer
<
I
>
)
->
O
)
:
Sequence
<
O
>
Content copied to clipboard