Verifies that one element comes before another in a sequence. Returns #t if elt-2 follows elt-1.
sealed
| elt-1 | An instance of <object>. The preceding element. |
| elt-2 | An instance of <object>. The following element. |
| seq | An instance of <sequence>. |
| test: | An instance of <function>. Defaults to =. |
| not-found: | An instance of <object>. The value returned if either element is not found. Defaults to #f. |
| precedes? | An instance of <boolean>. |