forEach(_:)
Iterate over four elements per step.
Declaration
func forEach(_ body: (Element, Element, Element, Element) throws -> Void) rethrowsIterate over four elements per step.
func forEach(_ body: (Element, Element, Element, Element) throws -> Void) rethrows