MCPcopy Index your code
hub / github.com/clojure/clojure / fourth

Method fourth

src/jvm/clojure/lang/RT.java:727–729  ·  view source on GitHub ↗
(Object x)

Source from the content-addressed store, hash-verified

725}
726
727static public Object fourth(Object x){
728 return first(next(next(next(x))));
729}
730
731static public ISeq next(Object x){
732 if(x instanceof ISeq)

Callers 2

parseMethod · 0.95
parseMethod · 0.95

Calls 2

firstMethod · 0.95
nextMethod · 0.95

Tested by

no test coverage detected