Constructible
Constructible<T>(Dynamic)
package haxe
import haxe.Constraints
Available on all platformsThis type unifies with any instance of classes that have a constructor which
* is public and * unifies with the type used for type parameter `T`.
If a type parameter A is assigned to a type parameter B which is constrained to
Constructible<T>
, A must be explicitly constrained toConstructible<T>
as well.It is intended to be used as a type parameter constraint. If used as a real type, the underlying type will be
登录查看完整内容