Yex.PrelimType (y_ex v0.10.2)
View SourceA type that represents preliminary data structures used in Yex. This is used to represent data that can be serialized or transferred without the full shared type overhead.
Summary
Types
@type t() :: Yex.MapPrelim.t() | Yex.TextPrelim.t() | Yex.WeakPrelim.t() | Yex.ArrayPrelim.t() | Yex.XmlElementPrelim.t() | Yex.XmlFragmentPrelim.t() | Yex.XmlTextPrelim.t()