DoubleEnded.DoubleEndedModule

Author: John Tinnerholm This package provides a DoubleEnded list with various utility methods.

DoubleEnded.mapFoldNoCopyMethod

This functions folds a MutableList. Delst using inMapFunc together with the extra argument arg.

DoubleEnded.mapNoCopy_1Method

This function takes a higher order function(inMapFunc) and one argument(ArgT1). It applies these function to each element in the list mutating it and by doing so updating the list.

DoubleEnded.newMethod

Creates a new Mutable list with one element, first of type T.

Base.lengthMethod

Returns the length of the MutableList, delst