Method: Funcify::Fn.lat

Defined in:
lib/funcify/fn.rb

.latObject

left at; takes the enum and applies the key/index to it.



235
236
237
# File 'lib/funcify/fn.rb', line 235

def lat
  ->(i, x) { i[x] }.curry
end