Skip to content

support in-place operators #209

@obriencj

Description

@obriencj

iadd, isub, imult, idiv, etc.

They should not be reducing in the fashion of the existing operators.
Create assigning macros for these which perform a final setf. eg:

(+= a 100)  :=  (setf a (iadd a 100))
(-= a 5) := (setf a (isub a 5))

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions