Meter

Collects the score from a single declaration, like a function. Can contain nested $(D_SYMBOL Meter) structures with nested declarations.

Constructors

this
this(Identifier identifier, Loc location, Type type)

Members

Enums

Type
enum Type

Symbol type.

Functions

isAbove
bool isAbove(uint threshold)

Mixins

__anonymous
mixin Ruler!()
Undocumented in source.

Properties

identifier
Identifier identifier [@property getter]

Gets the evaluated identifier.

identifier
Identifier identifier [@property setter]

Sets the evaluated identifier.

location
Loc location [@property getter]

Gets identifier location.

location
Loc location [@property setter]

Sets identifier location.

name
const(char)[] name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta