CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 06:14:09 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=324b1cf863c961b2836ad1fbc93b641ff0f9708404bee4d505414d24400e0f4fa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%226pQTKs43CujA7ekT9bs1lvLKemGPg2L6%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cc3736692bb22e-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
-
⭐ Instant BTC Profit Method ✅ NEVER SEEN BEFO...
JavaScript | 13 sec ago | 0.24 KB
-
⭐ Instant BTC Profit Method ✅ NEVER SEEN BEFO...
JavaScript | 20 sec ago | 0.24 KB
-
⭐✅ MAKE $2000 INSTANTLY ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 29 sec ago | 0.24 KB
-
⭐ Free Crypto Method ✅ NEVER SEEN BEFORE ⭐⭐⭐
JavaScript | 38 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ✅ NEVER SEEN...
JavaScript | 48 sec ago | 0.24 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 57 sec ago | 0.24 KB
-
✅⭐ Make $2500 in 15 minutes ✅ NEVER SEEN BEFO...
JavaScript | 1 min ago | 0.24 KB
-
⭐✅ Trading Profit Method ✅ NEVER SEEN BEFORE...
JavaScript | 1 min ago | 0.24 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