Make Pointer type behave like nil #133
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
nil
can be assigned to any pointer type.Pointer
needs an explicit cast for both directions. Casting aPointer
automatically would reduce the need to cast things then working with memory functions or generic types, containing pointers.