gtk-kt
glib
/
org.gtk.glib
/
asSequence
as
Sequence
inline
fun
<
T
:
CPointed
>
CPointer
<
CPointerVar
<
T
>
>
?
.
asSequence
(
)
:
Sequence
<
CPointer
<
T
>
>
Content copied to clipboard
For null terminated C arrays
See also
asIterable
fun
CPointer
<
gintVar
>
?
.
asSequence
(
length
:
Int
)
:
Sequence
<
Int
>
Content copied to clipboard
fun
<
T
:
CPointed
>
CPointer
<
GSList
>
?
.
asSequence
(
)
:
Sequence
<
CPointer
<
T
>
>
Content copied to clipboard
fun
<
T
:
CPointed
>
CPointer
<
GList
>
?
.
asSequence
(
)
:
Sequence
<
CPointer
<
T
>
>
Content copied to clipboard