- concatPostfixInKeys
V[K] concatPostfixInKeys(V[K] leftValues, V postValue)
Concat rightValues to leftValues
- concatPostfixInValues
V[K] concatPostfixInValues(V[K] leftValues, V postValue)
Concat rightValues to leftValues
- concatPrefixInKeys
V[K] concatPrefixInKeys(V[K] leftValues, V preValue)
Concat rightValues to leftValues
- concatPrefixInValues
V[K] concatPrefixInValues(V[K] leftValues, V preValue)
Concat rightValues to leftValues
- copyFrom
V[K] copyFrom(V[K] leftValues, V[K] rightValues)
Copies rightValues to leftValues
- has
bool has(T[] values, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- indexIn
size_t indexIn(T value, T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- indexIn
size_t[] indexIn(T[] checkValues, T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- isIn
bool isIn(T value, T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- positionsIn
size_t[] positionsIn(T value, T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.