Avatar
@swift-4.2.4 let l = (0...40).lazy.filter({ _ in true }) Mirror(reflecting: l).children.forEach { print($0) }