let value: T
s5Utils14PhantomWrappedV5valuexvp
8ZDEP
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
init(value: T)