PhantomWrapped

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.

PhantomWrapped.swift:12
struct PhantomWrapped<T, P>