Structurefwcd.swift-utils 4.6.2Utils
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.
struct PhantomWrapped<T, P>