file: 100-C-lists.t package: muf status: alpha
Does just what you expect:
root: [ 'a' 'b' 'c' | ]set [ 'b' 'c' 'd' | ]set setDifference keys[ root: [ 'a' | ]pop root: [ "a" 'a' "b" 'b' "c" 'c' | ]index [ "b" 'b' "c" 'c' "d" 'd' | ]index setDifference ls "a" 'a' root:
Go to the first, previous, next, last section, table of contents.