d-metal-binding v1.0.4 (2023-03-15T23:34:54Z)
Dub
Repo
NSString
objc
runtime
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.
version(D_ObjectiveC)
extern (
Objective
-C) extern
class
NSString {
static
NSString
alloc
();
NSString
initWithUTF8String
(char* str);
static
NSString
stringWithCString
(char* stringWithCString, size_t encoding);
static
size_t
defaultCStringEncoding
();
void
release
();
}
Members
Functions
initWithUTF8String
NSString
initWithUTF8String
(char* str)
Undocumented in source.
release
void
release
()
Undocumented in source.
Static functions
alloc
NSString
alloc
()
Undocumented in source.
defaultCStringEncoding
size_t
defaultCStringEncoding
()
Undocumented in source.
stringWithCString
NSString
stringWithCString
(char* stringWithCString, size_t encoding)
Undocumented in source.
Meta
Source
See Implementation
objc
runtime
aliases
BOOL
CFTimeInterval
NSArray_
NSInteger
NSUInteger
classes
NSArray
NSData
NSDictionary
NSError
NSObject
NSString
functions
NSLog
ns
manifest constants
NO
YES
mixin templates
ObjectiveCOpCall
structs
NSArrayD
NSRange