mirror of
https://github.com/logos-storage/questionable.git
synced 2026-01-02 13:53:11 +00:00
Chaining operator is now `.?` Indexing operator is now `.?[]` Reason: interoperability with the binding `=?` operator. Chaining and indexing now have lower operator precedence than binding, ensuring that expressions such as `if a =? b.?c` work as expected.