objc.runtime

Undocumented in source.

Members

Aliases

BOOL
alias BOOL = bool
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.
CFTimeInterval
alias CFTimeInterval = double

Type used to represent elapsed time in seconds.

NSArray_
alias NSArray_(T) = NSArray
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.
NSInteger
alias NSInteger = int
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.
NSInteger
alias NSInteger = long
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.
NSUInteger
alias NSUInteger = uint
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.
NSUInteger
alias NSUInteger = ulong
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.

Classes

NSArray
class NSArray
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.
NSData
class NSData
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.
NSDictionary
class NSDictionary
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.
NSError
class NSError
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.
NSObject
class NSObject
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.
NSString
class NSString
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.

Functions

NSLog
void NSLog(NSString str, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ns
NSString ns(string str)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

selector (from core.attribute)
public import core.attribute : selector;
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.

Manifest constants

NO
enum NO;
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.
YES
enum YES;
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.

Mixin templates

ObjectiveCOpCall
mixintemplate ObjectiveCOpCall()

Used for NSObjects. It will define a new alloc, init and an opCall for that.

Structs

NSArrayD
struct NSArrayD(T)
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.
NSRange
struct NSRange
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.

Meta