data-structures-and-algorithms/deque

View on GitHub
mangle.json

Summary

Maintainability
Test Coverage
{
  "minify": {
    "mangle": {
      "properties": {
        "regex": "^_[^_]"
      }
    }
  },
  "props": {
    "props": {
      "$_center": "x",
      "$_checkbounds": "b",
      "$_container": "c",
      "$_copy": "y",
      "$_currentsize": "s",
      "$_empty": "e",
      "$_grow": "g",
      "$_growth": "G",
      "$_maxlen": "M",
      "$_minsize": "m",
      "$_popindex": "p",
      "$_range": "r",
      "$_realloc": "a",
      "$_shrink": "z",
      "$_value": "v",
      "$_where": "w"
    }
  }
}