Encoded<In, Out>: Out & Phantom<In>

Utility type that retains type information about data of type In, encoded as type Out.

For concrete examples see ToString and ToJSONString.

Type Parameters

  • In

  • Out

Generated using TypeDoc