Skip to content

BoolTag

MarcoDotIO edited this page Apr 25, 2023 · 1 revision

BoolTag

Bool Type Tag

public struct BoolTag: TypeProtcol, Equatable 

Inheritance

Equatable, TypeProtcol

Methods

variant()

public func variant() -> Int 

deserialize(from:)

public static func deserialize(from deserializer: Deserializer) throws -> BoolTag 

serialize(_:)

public func serialize(_ serializer: Serializer) throws 

Operators

==

public static func ==(lhs: BoolTag, rhs: BoolTag) -> Bool 
Types
Protocols
Global Variables
Global Functions
Extensions
Clone this wiki locally