A map-like structure with the following quirks:
A map-like structure with the following quirks: - each key is associated with a vector of all values inserted at that key. - `count' returns the sum of lengths of all vector values. - it works as a priority-map, sorting each key by the length of its associated vector. - Corollary: `first' returns the entry with the longest value vector.
(get-all buffer)
Return a sequence of all messages in the mailboxes.
Return a sequence of all messages in the mailboxes.
(get-seq buffer & ks)
Given a buffer and a sequence of keys, returns a concatenated list of all messages bound for those keys.
Given a buffer and a sequence of keys, returns a concatenated list of all messages bound for those keys.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close