Open Bug 783842 Opened 13 years ago Updated 3 years ago

IPDL: Remove |nullable| from the language

Categories

(Core :: IPC, enhancement, P3)

enhancement

Tracking

()

People

(Reporter: cjones, Unassigned)

References

Details

Now that we have unions, nullable can be implemented by |union { PFoo; null_t; }|.

Now that we have first-class optional types, it can be implemented by PFoo? which maps to a C++ Maybe type.

Type: defect → enhancement
OS: Linux → Unspecified
Priority: -- → P3
Hardware: x86_64 → Unspecified
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.