Constrained genericity: Difference between revisions

Content added Content deleted
m (→‎{{header|ooRexx}}: add output)
Line 429: Line 429:
:class FoodBox
:class FoodBox
object-list eatable-types
object-list eatable-types
:m init: eatable-types init: ;m
:m fill: { n class-xt -- }
:m fill: { n class-xt -- }
class-xt where Eatable
class-xt where Eatable