Slide 14
Slide 14 text
find ./stdlib/public/core | grep .swift | xargs cat | grep
"public mutating func"
public mutating func append(_ newElement: Element)
public mutating func insert(_ newElement: Element, at i: Int)
public mutating func removeFirst()
public mutating func sort()
public mutating func subtract(_ other: Self)
public mutating func multiply(by other: Self)
public mutating func divide(by other: Self)
public mutating func negate()
public mutating func round(_ rule: FloatingPointRoundingRule)
public mutating func write(_ other: String)
public mutating func encode(_ value: T, forKey key: Key) throws
14