CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 18:32:01 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=f26f1f9d7afd912e48313a918a11b8ff7e3c92cdb4823a21d05a3e387585326aa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22sz-7wo6LgWY40Eudf_AcB2lsLIptQCB7%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d07011786458e1-BLR
Clojure index-of - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (defn- seq-index-of
- "If ys is a subsquence of xs, return the index of where it occurs, nil
- otherwise."
- [xs ys]
- (let [slv? (some-fn seq? list? vector?)]
- (when (and (slv? xs) (slv? ys))
- (let [idx (.indexOf xs (first ys))]
- (when (and ((complement neg?) idx)
- (= ys (take (count ys) (drop idx xs))))
- idx)))))
Advertisement
Add Comment
Please, Sign In to add comment
-
✅⭐ Make huge profits on trading ⭐⭐ W
JavaScript | 3 sec ago | 0.24 KB
-
⭐✅ Jack's Profit Method ✅ NEVER SEEN BEF...
JavaScript | 5 sec ago | 0.24 KB
-
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 8 sec ago | 0.10 KB
-
⭐⭐Exchange Exploit⭐⭐ 9
JavaScript | 9 sec ago | 0.24 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 13 sec ago | 0.24 KB
-
⭐✅ Online Marketplace Exploit ✅ NEVER SEEN BE...
JavaScript | 14 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ 6
JavaScript | 19 sec ago | 0.24 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 19 sec ago | 0.10 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand