compiler/plugins/itersgen

Search:
Group by:
Source   Edit  

Plugin to transform an inline iterator into a data structure.

Procs

proc iterToProcImpl(c: PContext; n: PNode): PNode {.
    ...raises: [Exception, ValueError, KeyError, IOError, ERecoverableError], tags: [
    RootEffect, ReadDirEffect, WriteIOEffect, ReadIOEffect, ReadEnvEffect],
    forbids: [].}
Source   Edit