Subversion Repositories DevTools

Rev

Rev 3987 | Rev 5679 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3987 Rev 4362
Line 11... Line 11...
11
#                 and hashes
11
#                 and hashes
12
#
12
#
13
#                   HashJoin            Join array of args to a Hash
13
#                   HashJoin            Join array of args to a Hash
14
#                   HashUniqueJoin      Join New items from array of args to a Hash
14
#                   HashUniqueJoin      Join New items from array of args to a Hash
15
#                   UniquePush          Push items unless already in array
15
#                   UniquePush          Push items unless already in array
16
#                   ArrayDelete         Delete ietms from array
16
#                   ArrayDelete         Delete items from array
17
#                   ArrayList           Convert a list of scalars and/or array
17
#                   ArrayList           Convert a list of scalars and/or array
18
#                                       references to array
18
#                                       references to array
19
#......................................................................#
19
#......................................................................#
20
 
20
 
21
 
21