sliceArray

@JvmName(name = "sliceArray_with_it_unibo_collektive_aggregate_Field_of_ByteArray_end_and_collections_Collection_of_Int_end")
fun <ID : Any> Field<ID, ByteArray>.sliceArray(indices: Collection<Int>): Field<ID, ByteArray>
@JvmName(name = "sliceArray_with_ByteArray_and_it_unibo_collektive_aggregate_Field_of_collections_Collection_of_Int_end_end")
fun <ID : Any> ByteArray.sliceArray(indices: Field<ID, Collection<Int>>): Field<ID, ByteArray>
@JvmName(name = "sliceArray_with_it_unibo_collektive_aggregate_Field_of_ByteArray_end_and_it_unibo_collektive_aggregate_Field_of_collections_Collection_of_Int_end_end")
fun <ID : Any> Field<ID, ByteArray>.sliceArray(indices: Field<ID, Collection<Int>>): Field<ID, ByteArray>
@JvmName(name = "sliceArray_with_it_unibo_collektive_aggregate_Field_of_ByteArray_end_and_ranges_IntRange")
fun <ID : Any> Field<ID, ByteArray>.sliceArray(indices: IntRange): Field<ID, ByteArray>
@JvmName(name = "sliceArray_with_ByteArray_and_it_unibo_collektive_aggregate_Field_of_ranges_IntRange_end")
fun <ID : Any> ByteArray.sliceArray(indices: Field<ID, IntRange>): Field<ID, ByteArray>
@JvmName(name = "sliceArray_with_it_unibo_collektive_aggregate_Field_of_ByteArray_end_and_it_unibo_collektive_aggregate_Field_of_ranges_IntRange_end")
fun <ID : Any> Field<ID, ByteArray>.sliceArray(indices: Field<ID, IntRange>): Field<ID, ByteArray>