Module collections

Modules§

list
ptr_slice
slice
slist
strv

Structs§

List
A list of items of type T.
PtrSlice
Slice of elements of type T allocated by the GLib allocator.
SList
A list of items of type T.
Slice
Slice of elements of type T allocated by the GLib allocator.
StrV
NULL-terminated array of NULL-terminated strings.
StrVRef
Representation of a borrowed NULL-terminated C array of NULL-terminated UTF-8 strings.