filterByType

fun filterByType(cards: Array<Card>, type: String): Array<Card>

Filter cards by type line (e.g., "Creature", "Instant", "Dragon")