I want to append to lists without using append

Steven Schveighoffer schveiguy at gmail.com
Mon Apr 4 13:32:19 UTC 2022


On 4/4/22 8:57 AM, V3nom wrote:
> define the lists:
> 
> (define liste (cons 10(cons 20(cons 30(cons 40 ' ())))))
> (define liste2 (cons 20(cons 30(cons 10(cons 40 ' ())))))

This looks more like lisp or scheme. You know this is a forum for the D 
programming language?

-Steve


More information about the Digitalmars-d-learn mailing list