Declaration

func readPoint(_ line: UnsafePointer<CChar>!, _ pos: UnsafeMutablePointer<UInt>!) -> NSPoint

Declaration

NSPoint readPoint(const char *line, NSUInteger *pos);

Declaration

readPoint(line: str, pos: int) -> NSPoint

See Also

Values