接口 可迭代<t> {
    [iterator](): 迭代程序<t, any, 未定义>
}

类型参数

  • t

实施者

方法

方法

  • 返回Iterator < T , any , undefined >

使用TypeDoc生成