Ejemplo n.º 1
0
 public static int hash <Pred, A>(Lst <Pred, A> xs) where Pred : struct, Pred <ListInfo> =>
 xs.GetHashCode();
Ejemplo n.º 2
0
 public static int hash <PredList, PredItem, A>(Lst <PredList, PredItem, A> xs)
     where PredList : struct, Pred <ListInfo>
     where PredItem : struct, Pred <A> =>
 xs.GetHashCode();
Ejemplo n.º 3
0
 public static int hash <A>(Lst <A> xs) =>
 xs.GetHashCode();