Chia-Network / clvm_rs

Rust implementation of clvm
Apache License 2.0
66 stars 57 forks source link

rename null() to nil() for better alignment with LISP #360

Closed arvidn closed 9 months ago

arvidn commented 9 months ago

also the utility function to test if a NodePtr is the empty atom is renamed from nullp() ->nilp(). we still have nullp() in the python bindings.

coveralls-official[bot] commented 9 months ago

Pull Request Test Coverage Report for Build 7459283197


Totals Coverage Status
Change from base Build 7459052937: -0.006%
Covered Lines: 5432
Relevant Lines: 5798

💛 - Coveralls