Open
Bug 783842
Opened 13 years ago
Updated 3 years ago
IPDL: Remove |nullable| from the language
Categories
(Core :: IPC, enhancement, P3)
Core
IPC
Tracking
()
NEW
People
(Reporter: cjones, Unassigned)
References
Details
Now that we have unions, nullable can be implemented by |union { PFoo; null_t; }|.
Comment 1•6 years ago
|
||
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
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•