isFormMap

Tests if a given type is suitable for storing a web form.

Types that define iteration support with the key typed as string and the value either also typed as string, or as a vibe.data.json.Json like value. The latter case specifically requires a .type property that is tested for equality with T.Type..string, as well as a .get!string method.

template isFormMap (
T
) {}

Members

Manifest constants

isFormMap
enum isFormMap;
Undocumented in source.

Meta