http://gitshn5x75sgs53q3pxwjva2z65ns5vadx3h7u3hrdssbxsova66cxid.onion/S.O.N.G/Hibiki/commit/893bfbf1397d5347703fa8543fb1ab1f6fb3c20b
b . done ) { if ( ! _equal ( a . ref , b . ref ) ) return 0 ; a . step ( & a ) ; b . step ( & b ) ; } return 1 ; } static inline void JOIN ( A , swap ) ( A * self , A * other ) { A temp = * self ; * self = * other ; * other = temp ; } static inline A JOIN ( A , init ) ( void ) { static A zero ; A self = zero ; # ifdef P # undef P self . copy = JOIN ( A , implicit_copy ) ; # else self . free = JOIN ( T , free ) ; self . copy = JOIN ( T , copy ) ; # endif return self ; }...