Exercise #74: Constraints With Const Annotations
Advanced Patterns ยท 06-identity-functions
Goal

Goal: Constrain the input to a readonly array of fruits while preserving literal values with const generics.

Run "Check Solution" to validate your code in the browser.