Algorithm

public enum Algorithm : String, CustomStringConvertible, Codable

Undocumented

  • sgd

    Undocumented

    Declaration

    Swift

    case sgd = "sgd"
  • Declaration

    Swift

    public var description: String { get }