Macaulay2 » Documentation
Packages » ForeignFunctions » Pointer » nullPointer
next | previous | forward | backward | up | index | toc

nullPointer -- the null pointer

Description

This Pointer object represents the null pointer, indicating that the pointer does not refer to a valid object.

i1 : nullPointer

o1 = (nil)

o1 : Pointer

For the programmer

The object nullPointer is a pointer.


The source of this document is in ForeignFunctions.m2:795:0.