hylo
hylo copied to clipboard
Fatal error: unexpected coercion from 'Self.Element' to Self.Element
On requirements-machine branch:
public extension MutableCollection {
public fun apply_each<E>(_ f: [E](inout Self.Element)->Void) inout -> Void {
for inout e in self { f(&e) }
}
}