Commit graph

9 commits

Author SHA1 Message Date
a3d17fdc6c fix error with LDC 1.30.0: cannot create a string[string] with new 2024-08-08 17:53:01 +12:00
f115e01586 wrap lines 2024-08-08 17:52:20 +12:00
c00e0fa7e6 avoid converting objects twice
If I have an object of type T and want to set it as the default
value for a call to .keyAs(), I have to convert it to a string first.
This string would then get converted again in case the key doesn't exist
in the section.
2024-06-18 17:42:36 +12:00
baafe10b17 fix doc comment 2024-06-18 17:42:26 +12:00
588324659b implement basic comments 2024-02-06 16:45:12 +13:00
441cee0900 fix segmentation fault 2024-02-06 16:39:30 +13:00
9fe1a5199b fix parser docs 2024-02-06 12:22:36 +13:00
0a23d914f7 add defaultValue parameter to keyAs 2024-01-26 16:20:04 +13:00
2e3b8f536a add initial.d 2024-01-24 20:15:16 +13:00