Document.optionSelector

These functions all forward to the root element. See the documentation in the Element class.

class Document
final
MaybeNullElement!SomeElementType
optionSelector
(
SomeElementType = Element
)
(
string selector
,
string file = __FILE__
,
size_t line = __LINE__
)
if (
is(SomeElementType : Element)
)

Meta