join()); } public function testCount(): void { self::assertSame(3, Pipeline\discard(Pipeline\fromIterable(['a', 1, false], 1))->join()); } }