Tuple4<A, B, C, D>
package python
extends Tuple
import python.Tuple
Available on python
Static methods
staticinlinemake<A, B, C, D>(a:A, b:B, c:C, d:D):Tuple4<A, B, C, D>
Variables
read only_1:A
read only_2:B
read only_3:C
read only_4:D
Methods
inlineget__1():A
inlineget__2():B
inlineget__3():C
inlineget__4():D
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/Tuple4.html