Struct
IpuzCharsetIter
Description [src]
struct IpuzCharsetIter {
/* No available fields */
}
An opaque type that can be used to iterate through an IpuzCharset
.
Instance methods
ipuz_charset_iter_next
Returns the next iter in the charset sequentially. If we’ve reached
the end of the set, then return NULL
; this will free the IpuzCharsetIter
.