Changes between Version 7 and Version 8 of Library_IR
- Timestamp:
- 12/11/15 12:53:45 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Library_IR
v7 v8 37 37 * applies a binary operator `op` to two objects 38 38 * `fun[lib="pointer"] $equals(x: Pointer, y: Pointer): Bool` 39 * `fun[lib="pointer"] $assert_equals(x: Pointer, y: Pointer, ...)`40 * asserts that two objects are equal to each other41 * takes additional arguments for error message if the assertion is violated42 39 * equality checking 43 40 * this function returns true iff the objects pointed to by the pointers `x` and `y` have the same type and value. 41 * `fun[lib="pointer"] $assert_equals(x: Pointer, y: Pointer, ...)` 42 * asserts that two objects are equal to each other 43 * takes additional arguments for error message if the assertion is violated 44 44 * `fun[lib="pointer"] $contains(ptr1: Pointer, ptr2: Pointer): Bool` 45 45 * membership testing
