Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Sep 24, 2020 · 6 revisions

Types

  • HTML:​ An object whose content can be created using string interpolation in a way that interprets values according to the context at which the interpolation occurs.
  • HTML.StringInterpolation:​ The type each segment of a string literal containing interpolations should be appended to.

Protocols