min_by¶ Signature¶ min_by(array, expref) Description¶ Returns the lowest found element using a custom expression to compute the associated value for each element in the input array. Examples¶ TODO