accessors icon indicating copy to clipboard operation
accessors copied to clipboard

Generate D getters and setters automatically

Results 3 accessors issues
Sort by recently updated
recently updated
newest added

When using two different types with the same name (one of them imported as an alias) inside a class breaks compilation: ``` import accessors; import person : PersonId; import another...

bug

The following code fails with > Error: template stuff.TestEnum(string name) is used as a type ```d template TestEnum(string name) { enum TestEnum : bool { yes = true } }...

bug