isSlice

Undocumented in source.
enum isSlice ()

Examples

static assert(isSlice!(int[]));
static assert(!isSlice!int);

Meta