Skip to content

FlakePropertyType

Protocol to define Flake Compatible Value Types

swift
protocol FlakePropertyType : Equatable, Sendable

Overview

Conforming Types: Int32, Int16, Int8, UInt32, UInt16, UInt8, Bool, Float, UUID, TimeInterval, Data, String

Instance Properties

encodedPropValue-1dnrj

swift
var encodedPropValue: Data

Type Properties

propType

swift
static var propType: PropertyType

Type Methods

valueFrom(_:dataOffset:)-38kj6

swift
static func valueFrom(UnsafeRawBufferPointer, dataOffset: inout Int) -> Result<Self, PayloadDecodingError>