not much tested this on my own, but I think this should make all iterators
available
converter toseq[T](arg: ExtSeq[T]): seq[T] =
arg.s
converter toseq[T](arg: var ExtSeq[T]): var seq[T] =
arg.s
- Seq with custom fields Stefan_Salewski
- Re: Seq with custom fields def_pri_pub
- Re: Seq with custom fields Stefan_Salewski
- Re: Seq with custom fields Araq
- Re: Seq with custom fields Krux02
