Add algorithm.searching.count

This commit is contained in:
2018-09-30 15:25:10 +02:00
parent e68fcc3a38
commit 2a90a812db
5 changed files with 82 additions and 6 deletions

View File

@@ -53,10 +53,10 @@ module tanya.network.socket;
import core.stdc.errno;
import core.time;
public import std.socket : SocketOption, SocketOptionLevel;
import std.traits;
import std.typecons;
import tanya.algorithm.comparison;
import tanya.bitmanip;
import tanya.memory;
import tanya.meta.trait;
import tanya.os.error;
/// Value returned by socket operations on error.