Skip to content

Align the use of the terms "array", "slice" and "vector" #16015

Closed
@omasanori

Description

@omasanori

In Syntaxicon, the type [T, ..n] is referred to as an array and &[T] is done as an slice. A huonw's comment in the FromLiteral RFC also refers to [T, ..n] as an array, &[T] as a slice and Vec<T> as a vector.

However, the tutorial and the reference manual don't conform to it. I think it is a problem.

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