package brotli

func assert( bool) {
	if ! {
		panic("assertion failure")
	}
}