I would like to add some function into core.sys.posix.sys.stat
Jonathan M Davis
jmdavisProg at gmx.com
Sun Jun 16 16:08:24 PDT 2013
On Monday, June 17, 2013 01:00:21 bioinfornatics wrote:
> what do you think to add some sugar into this module. i use these
> furction but is maybe better inside core.sys.posix.sys.stat
I don't think that we should be adding any sugar to core.sys. It's specifically
for providing bindings to the OS APIs, not for wrapping them. Phobos is where
the wrappers go. In this case, the correct place would be std.file.
- Jonathan M Davis
More information about the Digitalmars-d
mailing list