auto buffer = createBuffer("gbbbi"); test!("==")(countIf(buffer, ( char c ) { return c == 'b'; }), 3);
See Implementation