Alias DefaultAllocator

Default allcoator for SharedPtr.make, RcPtr.make, UniquePtr.make and IntrusivePtr.make.

alias DefaultAllocator = std.experimental.allocator.mallocator.Mallocator;