StrictKeyedIterable::skipWhile

public function skipWhile(
  (function(Tv): bool) $fn,
): KeyedIterable<Tk, Tv>;

Parameters

  • (function(Tv): bool) $fn

Returns