[Ironruby-core] Code Review: ArrayOfT
Tomas Matousek
Tomas.Matousek at microsoft.com
Sat Nov 1 15:35:25 EDT 2008
tfpt review "/shelveset:ArrayOfT;REDMOND\tomat"
Comment :
Enables simple array type creation:
>>> require 'mscorlib'
=> true
>>> System::Array.of(Fixnum)
=> System::Int32[]
>>> System::Array.of(Fixnum).new(10)
=> [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Tomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ArrayOfT.diff
Type: application/octet-stream
Size: 5244 bytes
Desc: ArrayOfT.diff
URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20081101/dcf22e57/attachment.obj>
More information about the Ironruby-core
mailing list