PropertyPair typedef

PropertyPair = (String, String)

A String pair Record represents property and content attribute in <meta> tag.

Implementation

typedef PropertyPair = (String name, String content);