Skip to content

RuntimeModifiableBuilder

0x41c edited this page Feb 28, 2022 · 1 revision

RuntimeModifiableBuilder

A type to create a RuntimeModifiable from.

@frozen
public struct RuntimeModifiableBuilder: AnyRuntimeModifiable 

get and set functions can't be called because this struct has no initializers.

Inheritance

AnyRuntimeModifiable

Methods

get(_:_:)

public func get<MemberType>(_ member: String, _ type: MemberType.Type?) -> MemberType? 

set(_:_:)

public mutating func set<MemberType>(_ member: String, _ newValue: MemberType) 
Types
Protocols
Global Typealiases
Global Functions
Clone this wiki locally