Liking cljdoc? Tell your friends :D

fif.stdlib.cond-loop


arg-begin-tokenclj/s

source

arg-do-tokenclj/s

source

arg-leave-tokenclj/s

source

arg-loop-tokenclj/s

source

arg-loopend-tokenclj/s

source

arg-plus-loop-tokenclj/s

source

arg-plus-loopend-tokenclj/s

source

arg-repeat-tokenclj/s

source

arg-repeatend-tokenclj/s

source

arg-until-tokenclj/s

source

arg-untilend-tokenclj/s

source

arg-while-tokenclj/s

source

begin-dump-modeclj/s

(begin-dump-mode sm)
source

begin-dump-mode-flagclj/s

source

begin-modeclj/s

(begin-mode sm)
source

begin-mode-flagclj/s

source

begin-until-leave-modeclj/s

(begin-until-leave-mode sm)
source

begin-until-leave-mode-flagclj/s

source

begin-until-modeclj/s

(begin-until-mode sm)
source

begin-until-mode-flagclj/s

source

begin-while-leave-modeclj/s

(begin-while-leave-mode sm)
source

begin-while-leave-mode-flagclj/s

source

begin-while-modeclj/s

(begin-while-mode sm)
source

begin-while-mode-flagclj/s

source

do-modeclj/s

(do-mode sm)
source

do-mode-flagclj/s

source

doc-string-beginclj/s

source

doc-string-doclj/s

source

get-loop-end-indexclj/s

(get-loop-end-index sm)
source

get-loop-index-1clj/s

(get-loop-index-1 sm)
source

get-loop-index-2clj/s

(get-loop-index-2 sm)
source

get-loop-index-3clj/s

(get-loop-index-3 sm)
source

get-loop-start-indexclj/s

(get-loop-start-index sm)
source

import-stdlib-cond-loop-modeclj/s

(import-stdlib-cond-loop-mode sm)
source

increment-loop-indexclj/s

(increment-loop-index sm i)
source

inner-begin-modeclj/s

(inner-begin-mode sm)
source

inner-begin-mode-flagclj/s

source

inner-do-modeclj/s

(inner-do-mode sm)
source

inner-do-mode-flagclj/s

source

leave-recent-loopclj/s

(leave-recent-loop sm)

Find the most recent loop flag and replace it with a loop leave mode.

Notes:

  • Note that any additional conditional modes that are passed need to be also be replaced with a dump to preserve the stash.
Find the most recent loop flag and replace it with a loop leave
mode.

Notes:

- Note that any additional conditional modes that are passed need to
be also be replaced with a dump to preserve the stash.
sourceraw docstring

loop-leave-modeclj/s

(loop-leave-mode sm)
source

loop-leave-mode-flagclj/s

source

loop-modeclj/s

(loop-mode sm)
source

loop-mode-flagclj/s

source

loop-plus-mode-flagclj/s

source

start-beginclj/s

(start-begin sm)

Begin structure begin <body ... ?> until begin <?> while <body> repeat

Begin structure begin <body ... ?> until
begin <?> while <body> repeat
sourceraw docstring

start-doclj/s

(start-do sm)

Do structure is <start> <end> do (<body> loop)|(<body ... step> +loop)

Do structure is <start> <end> do (<body> loop)|(<body ... step> +loop)
sourceraw docstring

start-leaveclj/s

(start-leave sm)

Leaves whatever the current loop is.

Goes through the flags, and replaces the most recent loop with a dump-mode

Leaves whatever the current loop is.

Goes through the flags, and replaces the most recent loop with a dump-mode
sourceraw docstring

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

× close