Declaration

var index: UInt { get set }

Declaration

@property (nonatomic) NSUInteger index;

Declaration

index() -> int
setIndex_(index: int)