DynamicArray.isElementAssignable

Is true if U can be assign to the element type T of this.

struct DynamicArray(T, alias Allocator = null, CapacityType = size_t)
@safe
enum isElementAssignable (
U
)

Meta