orelang.operator.ArrayOperators

Members

Classes

ArrayAppendOperator
class ArrayAppendOperator

Append a value from the order of the array

ArrayConcatOperator
class ArrayConcatOperator

concat arrays

ArrayFlattenOperator
class ArrayFlattenOperator

return flattend array of the given array

ArrayGetNOperator
class ArrayGetNOperator

Get a value from the order of the array

ArrayLengthOperator
class ArrayLengthOperator

return the length of the array

ArrayNewOperator
class ArrayNewOperator

make a new array

ArrayReverseOperator
class ArrayReverseOperator

revese given array

ArraySetNOperator
class ArraySetNOperator

Set a value into the order of the array

ArraySliceOperator
class ArraySliceOperator

Tak a slice from the range of the array

Meta