Enum member isResource

Detects whether T is a handle to a wgpu-managed resource.

enum isResource(T) = isMemberPointer!(T, "id");