cmcRange

fun cmcRange(min: Int? = null, max: Int? = null)

Filters by converted mana cost/mana value range.

Example: cmcRange(min = 2, max = 4) produces cmc>=2 cmc<=4

Parameters

min

The minimum mana value (inclusive), or null for no minimum

max

The maximum mana value (inclusive), or null for no maximum