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