(s)
| 1466 | return isKeyed(s) || isIndexed(s) |
| 1467 | } |
| 1468 | function isOrdered(s) { |
| 1469 | return !(!s || !s[u]) |
| 1470 | } |
| 1471 | ;(createClass(KeyedIterable, Iterable), |
| 1472 | createClass(IndexedIterable, Iterable), |
| 1473 | createClass(SetIterable, Iterable), |
no outgoing calls
no test coverage detected