Closed CeleritasCelery closed 2 years ago
Currently, unit variants return an option of the unit type. This does not offer any more information or functionality then a predicate function. The is_* functions are nicer to use and lead to simpler code.
is_*
Sorry for not noticing this PR before, I've just released this as 0.4.0.
Currently, unit variants return an option of the unit type. This does not offer any more information or functionality then a predicate function. The
is_*
functions are nicer to use and lead to simpler code.