[ CCode ( has_construct_function = false ) ]
public Iterator.single (Type type, Value object)
This Iterator is a convenient iterator for the common case where a Iterator needs to be returned but only a single object has to be considered.
This happens often for the PadIterIntLinkFunction.
type |
Type of the passed object |
object |
object that this iterator should return |
the new Iterator for |