Returns a seq on the object s. Works like the built-in seq but as
a multimethod that can have implementations for new classes and types.
(defmulti seq-on
"Returns a seq on the object s. Works like the built-in seq but as
a multimethod that can have implementations for new classes and types."
{:arglists '([s])}
type)
Comments top
No comments for seq-on. Log in to add a comment.