9 lines
133 B
Swift
9 lines
133 B
Swift
//
|
|
// KeyPath.swift
|
|
// Meta
|
|
//
|
|
// Created by david-swift on 18.09.24.
|
|
//
|
|
|
|
extension KeyPath: @retroactive @unchecked Sendable { }
|