• J
    Add an iterate function to core::iter · ed54162e
    Jakub Wieczorek 提交于
    Implementation by Kevin Ballard.
    
    The function returns an Unfold iterator producing an infinite stream
    of results of repeated applications of the function, starting from
    the provided seed value.
    ed54162e
iter.rs 67.4 KB