Skip to content

Generic Types #159

@rayfix

Description

@rayfix

Proposed:

Generic type names should be descriptive and not single letters like T and U.

Preferred:

struct Stack<Element> {
  // :
}

Not Preferred:

struct Stack<T> {
  // :
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions