Structs
The following structs are available globally.
-
A set of unique elements as determined by
See morehashValue
and==
.Declaration
Swift
public struct Set <T: Hashable>
-
Undocumented
See more
-
See moreLinkedList
is intended to be used in the implementation of other collection types. To this end, it intentionally exposes some of its own implementation details (particularly, the existenceLinkedListNode<T>
) so that developers can make use of these details to optimize the types they build on top of it.Declaration
Swift
public struct LinkedList <T> //: ListType
-
Undocumented
See more
-
Undocumented
See more
-
Undocumented
See more
-
Undocumented
See more
-
Undocumented
See more