Hacker News new | ask | show | jobs
by hbrn 1276 days ago
Whether something is generic/specific depends on the context.

As an argument type, Iterable is permissive (generic).

As a return type, Iterable is restrictive (specific).