Skip to content

Support specialisations of templates for pointers to primitive types in C# #973

Open
@ddobrev

Description

@ddobrev

C# generics do not support pointers to primitives (such as int*) as type parameters. On the other hand, we cannot always use IntPtr because we need to make a difference between the various pointers. The only way to solve this is to use a generic Pointer class with a field for the pointer within.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions