Extensions
The following extensions are available globally.
-
Declaration
Swift
@objc enum POSIXError : CInt
-
Undocumented
See more
-
Declaration
Swift
class NSMutableURLRequest : NSURLRequest
-
Returns a Boolean value that indicates whether a given object matches the conditions specified by the predicate.
See moreDeclaration
Swift
protocol CollectionType : Indexable, SequenceType
-
Turns a String represented as a collection of Unicode scalars into a nested graph of
JSONCoreValue
s. This is a strict parser implementing ECMA-404. Being strict, it doesn’t support common JSON extensions such as comments.Declaration
Swift
internal class JSONParser
-
Undocumented
See more
-
Declaration
Swift
protocol UnsignedIntegerType : _DisallowMixedSignArithmetic, IntegerType
-
Undocumented
See more
-
Declaration
Swift
protocol RawRepresentable
-
Creates a collection of
See moreRawRepresentable
from a collection of raw values. Returnsnil
if an element in the array had an invalid raw value.Declaration
Swift
protocol SequenceType
-
POSIX File Descriptor
See moreDeclaration
Swift
public typealias FileDescriptor = CInt
-
Declaration
Swift
struct Int64 : SignedIntegerType, Comparable, Equatable
-
Undocumented
See more -
Declaration
Swift
struct Bool
-
Declaration
Swift
struct Dictionary<Key : Hashable, Value> : CollectionType, DictionaryLiteralConvertible
-
Declaration
Swift
class NSData : NSObject, NSCopying, NSMutableCopying, NSSecureCoding
-
Declaration
Swift
protocol Comparable : Equatable