Cheatography
https://cheatography.com
Biferno script language array object cheat sheet
Biferno array methodsint Add(nonames obj element...) | array Count(obj element) | void Delete(int start, int end) | string GetElemClass(void) | int Find(obj element) | int Index(string elementName) | void Insert(nonames int pos, obj elementN...) | int Max(void) | int Min(void) | void Reset(void) | void Reverse(void) | void SetDim(int newDim) | void SetElemClass(string className) | void Sort(int mode=asc, string compareFunc, int alg) | array SubArray(int start, int end) | void Swap(int index1, int index2) | string ToString(string separator=", ", boolean alsoName=false) |
Biferno array object methods reference
| | Biferno array propertiesBiferno array object properties reference
| | Biferno array constantsstatic const int asc | static const int bubble | static const int desc | static const int shell |
Biferno array object constants reference
Biferno array errorsstatic const error ErrBadElementName | static const error ErrBadEndIndex | static const error ErrBadStartIndex |
Biferno array object errors reference
|
Created By
sandrobilbeisi.net
Metadata
Favourited By
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets