NULL_VALUE
This is a work-around for having nested nulls in generic code. This allows for writing faster generic code instead of using Option
. This is only used as an optimisation technique in low-level code.
This is a work-around for having nested nulls in generic code. This allows for writing faster generic code instead of using Option
. This is only used as an optimisation technique in low-level code.