Make Pointer type behave like nil #133

Open
opened 2025-08-16 07:37:24 +02:00 by belka · 0 comments
Owner

nil can be assigned to any pointer type. Pointer needs an explicit cast for both directions. Casting a Pointer automatically would reduce the need to cast things then working with memory functions or generic types, containing pointers.

`nil` can be assigned to any pointer type. `Pointer` needs an explicit cast for both directions. Casting a `Pointer` automatically would reduce the need to cast things then working with memory functions or generic types, containing pointers.
belka added the
bootstrap
label 2025-08-16 07:37:24 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: belka/elna#133
No description provided.