Functions

The following functions are available globally.

  • Determines if two C types are equal to each other.

    Declaration

    Swift

    public func ==(lhs: CType, rhs: CType) -> Bool
  • Compares two Cursors and determines if they are equivalent.

    Declaration

    Swift

    public func ==(lhs: Cursor, rhs: Cursor) -> Bool