Open ZILtoid1991 opened 5 years ago
If we don't plan to operate with pointers in this library, we can mark it with @safe.
@safe
Also any function that doesn't access static members can be marked as pure, unless there's some dependency without that in Phobos.
pure
please feel free to create PRs
If we don't plan to operate with pointers in this library, we can mark it with
@safe
.Also any function that doesn't access static members can be marked as
pure
, unless there's some dependency without that in Phobos.