Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 429 Bytes

FT_ARRAY.md

File metadata and controls

30 lines (27 loc) · 429 Bytes

ARRAY (coming soon)

Replicates the functionality of C#'s ARRAY Static Class (w/ some Javascript functionality as well)

Potential Functions

  • Clone()
  • Clear()
  • Concat()
  • Copy()
  • Equals()
  • Every()
  • Fill()
  • Filter()
  • Find()
  • FindIndex()
  • FindLastIndexOf()
  • ForEach()
  • IndexOf()
  • Join()
  • Length()
  • Map()
  • Pop() / Push()
  • Resize()
  • Reverse()
  • Shift() / Unshift()
  • Slice()
  • Some()
  • Sort()
  • ToString()