SeqFromExpr
Default implementation of FromExpr[Seq]
- Unlifts '{Seq(x1, ..., xn)}
into Some(Seq(x1, ..., xn))
if all xi
are unliftable
- Unlifts sequences that come out of varargs
- Otherwise unlifts to None
Default implementation of FromExpr[Seq]
- Unlifts '{Seq(x1, ..., xn)}
into Some(Seq(x1, ..., xn))
if all xi
are unliftable
- Unlifts sequences that come out of varargs
- Otherwise unlifts to None