interfacedllist<%> : interface?
interface
dllist<%> : interface?
method(send a-dllist next) → (is-a?/c dllist<%>)(send a-dllist next new-next) → void? new-next : (is-a?/c dllist<%>)
method(send a-dllist next) → (is-a?/c dllist<%>)
method
(send a-dllist next) → (is-a?/c dllist<%>)
method(send a-dllist prev) → (is-a?/c dllist<%>)(send a-dllist prev new-prev) → void? new-prev : (is-a?/c dllist<%>)
method(send a-dllist prev) → (is-a?/c dllist<%>)
(send a-dllist prev) → (is-a?/c dllist<%>)
method(send a-dllist for-each f) → void? f : ((is-a?/c dllist<%>) . -> . void?)
method(send a-dllist for-each f) → void?
(send a-dllist for-each f) → void?
method(send a-dllist map-to-list f) → (listof any/c) f : ((is-a?/c dllist<%>) . -> . any/c)
method(send a-dllist map-to-list f) → (listof any/c)
(send a-dllist map-to-list f) → (listof any/c)