vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Struct AttributeContent

A single piece of an attribute value.

struct AttributeContent ;

Fields

NameTypeDescription
kind AttributeContent.KindKind of this attribute content
value stringThe value - either text or a D expression

Methods

NameDescription
interpolation (expression) Creates a new string interpolation attribute content value.
rawInterpolation (expression) Creates a new raw string interpolation attribute content value.
text (text) Creates a new text attribute content value.

Enums

NameDescription
Kind
Authors
Copyright
License