isDecodable.isDecodable

Undocumented in source.
template isDecodable(T, Input)
enum isDecodable = isSomeString!T || isArray!T || isAssociativeArray!T || isBoolean!T || isNumeric!T || isSomeChar!T || hasDecodeProperty!(T, Input);

Meta