fromExclusive
Creates a range bound type where
lower bound is open (exclusive)
(upper bound depends on the operator used (
..for closed,..<for open)
Creates a range bound type where
lower bound is open (exclusive) (
upper bound depends on the operator used (.. for closed, ..< for open)