Type Aliasswift-protobuf 1.29.0SwiftProtobuf
BaseType
FieldTypes.swift:107typealias BaseType = Double
typealias BaseType = Double
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct ProtobufDouble
Double
@frozen struct Double
A double-precision, floating-point value type.
static var proto3DefaultValue: Double { get }
static func decodeRepeated<D>(value: inout [BaseType], from decoder: inout D) throws where D : Decoder
static func decodeSingular<D>(value: inout BaseType?, from decoder: inout D) throws where D : Decoder
static func visitPacked<V>(value: [BaseType], fieldNumber: Int, with visitor: inout V) throws where V : Visitor
static func visitRepeated<V>(value: [BaseType], fieldNumber: Int, with visitor: inout V) throws where V : Visitor
static func visitSingular<V>(value: BaseType, fieldNumber: Int, with visitor: inout V) throws where V : Visitor