Gets a property's value as a certain type. If the property does not exist, a default value is returned. If the conversion could not be performed, a std.conv.ConvException is thrown.
The property name.
The default value to use, if no property exists.
The value of the property, or the default value if the property doesn't exist.
See Implementation
Gets a property's value as a certain type. If the property does not exist, a default value is returned. If the conversion could not be performed, a std.conv.ConvException is thrown.