3 lines
49 B
Swift
3 lines
49 B
Swift
struct FoodBox<T: Eatable> {
|
|
var food: [T]
|
|
}
|
struct FoodBox<T: Eatable> {
|
|
var food: [T]
|
|
}
|