W3cubDocs

/Haxe Python

Tuple4<A, B, C, D>

package python

extends Tuple

import python.Tuple

Available on python

Variables

read only _1:A

read only _2:B

read only _3:C

read only _4:D

Methods

inline get__1 ():A

inline get__2 ():B

inline get__3 ():C

inline get__4 ():D

Static methods

static inline make<A, B, C, D> (a:A, b:B, c:C, d:D ):Tuple4<A, B, C, D>

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/python/Tuple4.html