W3cubDocs

/Haxe

Constructible<T>(Dynamic)

package haxe

import haxe.Constraints

Available on all platforms

This 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 to Constructible<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 Dynamic.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/Constructible.html