IO_METHOD(IoSeq, encoding) { /*doc Sequence encoding Returns the encoding of the elements. */ return IOSYMBOL(CENCODING_name(UArray_encoding(DATA(self)))); }
IoObject *IoSeq_encoding(IoSeq *self, IoObject *locals, IoMessage *m) { /*doc Sequence encoding Returns the encoding of the elements. */ return IOSYMBOL(CENCODING_name(UArray_encoding(DATA(self)))); }