Contents

subscript(_:)

Accesses the value at the given key path.

Declaration

subscript(keyPath: [String]) -> USDValue? { get set }

Overview

Reads return nil if no value is present at the path. Assigning a non-nil value sets it at the path, creating intermediate dictionaries as needed; assigning nil erases the value at the path.