isDeferred property

bool isDeferred

Return true if this type is a deferred type.

15.1 Static Types: A type T is deferred iff it is of the form p.T where p is a deferred prefix.

Implementation

bool get isDeferred;