Structurefwcd.swift-utils 4.6.2Utils
Iterator
Matrix.swift:289struct Iterator
struct Iterator
import Utils
struct Row
struct Matrix<T> where T : ExpressibleByIntegerLiteral, T : Hashable, T : Absolutable, T : Addable, T : Divisible, T : Multipliable, T : Negatable, T : Subtractable
let y: Int
func makeIterator() -> Iterator
protocol IteratorProtocol<Element>
A type that supplies the values of a sequence one at a time.
mutating func next() -> T?