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