Declaration

var length: Int32 { get set }

Declaration

@property (nonatomic) int length;

Declaration

length() -> int
setLength_(length: int)