Skip to content

Commit

Permalink
niknaks.containers
Browse files Browse the repository at this point in the history
- Privated those
  • Loading branch information
deavmi committed Oct 29, 2024
1 parent 946faed commit 306521d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/niknaks/containers.d
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ import std.traits : hasMember, hasStaticMember, Parameters, arity, ReturnType, T
import std.meta : AliasSeq, staticIndexOf;
import niknaks.functional : Optional;

version(unittest)
private version(unittest)
{
import std.stdio : writeln;
}

version(unittest)
private version(unittest)
{
import std.functional : toDelegate;

Expand Down

0 comments on commit 306521d

Please sign in to comment.