Skip to content

Multiple changes single copy #8

@charJe

Description

@charJe

What do you think about something like say pmodf (like psetf)? On the inside, it would be guaranteed that the object would only be copied once.

Something like this.

 (defstruct a b c)

(let ((a (make-a :b 1 :c 2)))
  (pmodf (a-b a) 2
         (a-c a) 3))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions