Liking cljdoc? Tell your friends :D

infinitelives.pixi.macros


get-layercljmacro

(get-layer canvas layer)
source

while-letcljmacro

(while-let bindings & body)

Repeatedly executes body while test expression is true, evaluating the body with binding-form bound to the value of test.

Repeatedly executes body while test expression is true, evaluating the body with binding-form bound to the value of test.
sourceraw docstring

with-layered-spritecljmacro

(with-layered-sprite bindings & body)
source

with-spritecljmacro

(with-sprite canvas layer bindings & body)
source

with-sprite-setcljmacro

(with-sprite-set canvas layer bindings & body)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close