Skip to content
Snippets Groups Projects
Commit 5bb99c4f authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added longest_ordered_sequence().

Rev: lib/modules/Array.pmod:1.9
parent 7ce3a956
Branches
Tags
No related merge requests found
......@@ -3,6 +3,7 @@
constant diff = __builtin.diff;
constant diff_longest_sequence = __builtin.diff_longest_sequence;
constant diff_compare_table = __builtin.diff_compare_table;
constant longest_ordered_sequence = __builtin.longest_ordered_sequence;
constant sort = __builtin.sort;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment