api
blog
github
login / sign up
ClojureDocs
(beta)
swank-clojure
Namespaces
leiningen.swank
swank
clj-contrib
macroexpand
pprint
commands
basic
completion
contrib
swank-arglists
swank-c-p-c
internal
swank-fuzzy
inspector
xref
core
connection
hooks
protocol
server
threadmap
dev
loader
rpc
swank
util
class-browse
clojure
concurrent
mbox
thread
hooks
io
java
net.sockets
string
sys
doc
source
examples
comments
1.2.0 permalink
1.2.0
assign-index
swank.commands.inspector
(assign-index o dest)
0
Examples
top
Log in to add / edit an example.
See Also
top
Log in to add a see also.
Source
swank/commands/inspector.clj:38
top
(defn assign-index [o dest] (dosync (let [index (count @dest)] (alter dest conj o) index)))
© swank-clojure See
http://github.com/technomancy/swank-clojure
for copyright and license details.
Vars in
swank.commands.inspector/
assign-index:
alter
conj
defn
dosync
let
Used in 0 other vars
Comments
top
No comments for
assign-index
. Log in to add a comment.
Comments top
No comments for assign-index. Log in to add a comment.