This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
Aarav90-cpu
/
ARK-OS
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
6d9643ae1f
Rami (Branch)
Tag
master
ARK-OS
/
arkos
/
arkrt
/
ark.ui.basic
/
Sources
/
Values
/
UncheckedSendable.swift
UncheckedSendable.swift
94 B
Cronologia
Originale
1
2
3
4
@propertyWrapper
struct UncheckedSendable<T>: @unchecked Sendable {
var wrappedValue: T
}