Skip to content

Allow generics in Casts #396

Open
Open
@BSteffaniak

Description

@BSteffaniak

This works,

public var BinaryNode<E> left <=> (BinaryNode)(this[0])

but this doesn't

public var BinaryNode<E> left <=> (BinaryNode<E>)this[0]

Metadata

Metadata

Assignees

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions