hashes

Undocumented in source.

Members

Enums

isHash
eponymoustemplate isHash(Type : Hash!args, args...)
eponymoustemplate isHash(Type)

Tests if the given type is a hash.

Functions

hash
auto hash()

Shortcut for Hash!(args).init

Mixin templates

Hashify
mixintemplate Hashify(args...)

Automatically initializes static fields from Hash-style parameters. Only valid in structs and classes.

Structs

Hash
struct Hash(args...)

A templated datatype which stores key => value pairs. Keys and values stored in hash need not be unique.

Meta