Enum member hasLength
enum hasLength(R)
= is(typeof(R .init .length) : ulong) || is(typeof(R .init .length()) : ulong);
enum hasLength(R)
= is(typeof(R .init .length) : ulong) || is(typeof(R .init .length()) : ulong);