Pair - mfichman/jogo GitHub Wiki

A 2-tuple (pair) of objects.

@init(one :f, two :s)

first=(_arg0 :f)

No comment

first?() :f

No comment

second=(_arg0 :s)

No comment

second?() :s

No comment

@destroy()

No comment