Skip to content

methods

Hayrullah cansu edited this page Apr 9, 2022 · 14 revisions

v1

>> Array

  • ForEach() ☑

>> Collection

  • Every()
  • Filter() ☑
  • Find() ☑
  • FindLast() ☑
  • GroupBy() ☑
  • Includes() ☑
  • Map() ☑
  • Reduce()
  • Shuffle() ☑
  • Size()
  • Some()
  • SortBy() ☑

>> Crypto

  • Md5() ☑

>> Encoding

  • HedDecode() ☑
  • HexEncode() ☑

>> Converter

  • ToArray()
  • ToInt()
  • ToInt8()
  • ToInt16()
  • ToInt32() ☑
  • ToInt64() ☑
  • ToUint()
  • ToUint8()
  • ToUint16()
  • ToUint32() ☑
  • ToUint64() ☑
  • ToFloat32()
  • ToFloat64()
  • ToLength()
  • ToNumber()
  • ToSafeInteger()
  • ToString() ☑

>> Operator

  • IsAssigned() ☑
  • IsNotAssigned() ☑
  • IsArray() ☑
  • IsSlice() ☑
  • IsByteArray()
  • IsBool() ☑
  • IsEmpty()
  • IsNil()
  • IsEqual() ☑
  • IsStruct() ☑
  • IsPointer() ☑
  • IsChan() ☑
  • IsFunction() ☑
  • IsInteger() ☑
  • IsMap() ☑
  • IsNumber() ☑
  • IsFloat() ☑
  • IsObject()
  • IsRegExp()
  • IsSafeInteger()
  • IsString() ☑
Clone this wiki locally