Skip to content

Review core/std for bad copies #3623

Closed
Closed
@brson

Description

@brson

After demoding there are going to be a number of argument parameters that should be by value instead of by reference and vice versa. In particular, any time a function wants to transform one thing into another it should probably take it by value and do moves, forcing the caller to decide about the copy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions