tanya

Modules

algorithm
module tanya.algorithm

Collection of generic algorithms.

async
module tanya.async

This package provides asynchronous capabilities.

bitmanip
module tanya.bitmanip

Bit manipulation.

container
module tanya.container

Abstract data types whose instances are collections of other objects.

conv
module tanya.conv

This module provides functions for converting between different types.

format
module tanya.format

This module provides $(D_PSYMBOL format) function that can convert different data types to a $(D_PSYMBOL String) according to a specified format.

hash
module tanya.hash
math
module tanya.math

This package provides mathematical functions.

memory
module tanya.memory

Dynamic memory management.

meta
module tanya.meta

Template metaprogramming.

net
module tanya.net

Network programming.

os
module tanya.os

This package provides platform-independent interfaces to operating system functionality.

range
module tanya.range

This package contains generic functions and templates to be used with D ranges.

tests
module tanya.tests
typecons
module tanya.typecons

Type constructors.