This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
Aarav90-cpu
/
ARK-OS
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Branche:
master
Branches
Tags
master
ARK-OS
/
arkos
/
arkrt
/
ark.ui.basic
/
Sources
/
Values
/
UncheckedSendable.swift
UncheckedSendable.swift
94 B
Lien permanent
Historique
Raw
1
2
3
4
@propertyWrapper
struct UncheckedSendable<T>: @unchecked Sendable {
var wrappedValue: T
}