isCopyable

Determine if type t is copyable.

pure nothrow @nogc
bool
isCopyable
(
const Type t
)

Parameters

t
Type: Type

type to check

Return Value

Type: bool

true if we can copy it

Meta