LxSequentialImpl.addressSpace

Obtain the address space of a pointer type.

This only works on types that represent pointers.

struct LxSequentialImpl(LxTypeKind Kind)
@property
static if(!(Kind == LxTypeKind.Array))
static if(Kind == LxTypeKind.Pointer)
addressSpace
()

Meta