subtract

@JvmName(name = "subtract_with_it_unibo_collektive_aggregate_Field_of_CharArray_end_and_collections_Iterable_of_Char_end")
infix fun <ID : Any> Field<ID, CharArray>.subtract(other: Iterable<Char>): Field<ID, Set<Char>>
@JvmName(name = "subtract_with_CharArray_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_Char_end_end")
infix fun <ID : Any> CharArray.subtract(other: Field<ID, Iterable<Char>>): Field<ID, Set<Char>>
@JvmName(name = "subtract_with_it_unibo_collektive_aggregate_Field_of_CharArray_end_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_Char_end_end")
infix fun <ID : Any> Field<ID, CharArray>.subtract(other: Field<ID, Iterable<Char>>): Field<ID, Set<Char>>