Returns an Iter over the possibly contained value.
@override Iter<T> iter() { return Iter([v].iterator); }