package python
extends Tuple
import python.Tuple
Available on pythonread only _1:A
read only _2:B
read only _3:C
read only _4:D
read only _5:E
inline get__1 ():A
inline get__2 ():B
inline get__3 ():C
inline get__4 ():D
inline get__5 ():E
static inline make<A, B, C, D, E> (a:A, b:B, c:C, d:D, e:E ):Tuple5<A, B, C, D, E>
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/Tuple5.html