Pony
All Platforms
cs
flash
neko
nodejs
View source
abstract
STriple<
T
>(
Triple
<
T
,
T
,
T
>)
package
pony.ds
from
Triple
<
T
,
T
,
T
>
to
Triple
<
T
,
T
,
T
>
@:hxGen
@:forward(a,b,c,array,toString)
Available on all platforms
STriple
Static methods
static
inline
iterator
(
this:
Triple
<
T
,
T
,
T
>
):
Iterator
<
T
>