Skip to content

Commit

Permalink
Removed named args
Browse files Browse the repository at this point in the history
Seems silly to have this as a library feature. As an API
user you'll never know if you need to call a function with
named args or non named args unless you look at the docs
which just sounds too annoying.
  • Loading branch information
aliak00 committed Jan 25, 2019
1 parent a1a8a5c commit 911e3b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 78 deletions.
68 changes: 0 additions & 68 deletions lang/source/ddash/lang/arg.d

This file was deleted.

10 changes: 0 additions & 10 deletions lang/source/ddash/lang/package.d
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ $(TR
$(TD)
$(TD Utility types)
)
$(TR
$(TD $(DDOX_NAMED_REF ddash.lang.arg, `arg`))
$(TD
$(DDOX_NAMED_REF lang.types.arg.arg, `arg`)<br>
$(DDOX_NAMED_REF lang.types.arg.Arg, `Arg`)<br>
)
$(TD)
$(TD Allows named parameters)
)
)
*/
module ddash.lang;
Expand All @@ -45,5 +36,4 @@ public {
import ddash.lang.capture;
import ddash.lang.types;
import ddash.lang.destruct;
import ddash.lang.arg;
}

0 comments on commit 911e3b5

Please sign in to comment.