Hi there,

Array2 doesn't have so many functions, but it's easy to add more, just define

1
2
3
4
5
6
 

module Array2 = 

    let fold_left ... = ...

and off you go. You might also define a "Slice" type that offers a view of a sub-region of an Array2, and put functions like "fold" on that type.

Kind regards

Don

By on 6/7/2008 11:47 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper