Lustra::Util
A set of method(s) useful for building Lustra ORM.
Instance methods
Return a new hash which is union of two hash (some kind of deep merge)
lambda(u : U.class, v : V.class, &block : U -> V) forall U, V
Equivalent to ruby's lambda with one parameter. This method is useful combined with the macro system of Crystal.