init(value: T)
s5Utils14PhantomWrappedV5valueACyxq_Gx_tcfc
CZ9V
import Utils
struct PhantomWrapped<T, P>
A wrapper that pretends as if it owns another type P. Mainly useful for using generically specialized functions without actually accepting or returning a value of the type parameter.
P
let value: T