mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 17:54:20 +01:00
Implements the unlikely(X) function. Removes runtime implementations of likely(), unlikely() and likelihood(), replacing them with panics if they reach the VDBE. Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com> Closes #2559