-
Committer:
John Arbash Meinel
-
Date:
2009-10-13 18:00:16 UTC
-
mto:
This revision was merged to the branch mainline in
revision
4755.
-
Revision ID:
john@arbash-meinel.com-20091013180016-y9ciypkm8lor58fx
Implement StaticTuple.from_sequence()
This allows casting from something that *might* be a StaticTuple
into something that is definitely a StaticTuple, without having to
create a new instance.