- tabulated-list-of OBJprocedure
Returns a procedure producing a list of the supplied object OBJ, of length equal to the integer or the (length list).
(define falses (tabulated-list-of #f)) (falses '(1 2)) ;=> (#f #f) (falses 1) ;=> (#f)
Returns a procedure producing a list of the supplied object OBJ, of length equal to the integer or the (length list).
(define falses (tabulated-list-of #f)) (falses '(1 2)) ;=> (#f #f) (falses 1) ;=> (#f)