Classes
The following classes are available globally.
-
A standard queue (FIFO - First In First Out). Supports simultaneous adding and removing, but only one item can be added at a time, and only one item can be removed at a time.
See moreDeclaration
Swift
public class Queue<Element>
-
Undocumented
See moreDeclaration
Swift
open class Resource
-
Undocumented
See moreDeclaration
Swift
public final class StructWrapper<StructType> : NSObject, NSCopying