Type Alias

NSRangePointer

Type indicating a parameter is a pointer to an NSRange structure. あるパラメータがNSRange構造体へのポインタであることを指し示す型。

Declaration 宣言

typealias NSRangePointer = UnsafeMutablePointer<NSRange>

See Also 参照

Related Types 関連する型